SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72137 0 41 Python

Fix a minor style consistency issue.

When getting a string buffer for a string we just created, use
PyString_AS_STRING() instead of PyString_AsString() to avoid the
call overhead and extra type check.
F
Fred Drake committed
564a6cc8cae4cd9461c01ac4c7a14915744bcc1e
Parent: 7e47380