mirror of
https://github.com/python/cpython.git
synced 2026-05-15 08:59:27 -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.