mirror of
https://github.com/python/cpython.git
synced 2026-05-10 06:31:43 -04:00
d88471f432
char *`` instead of just ``char *``. Also added the mentioning of "const" in some places where it was left out even when the signature already stated the fact. Closes bug #980925.