Files
cpython/Modules
Fred Drake 564a6cc8ca 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.
2001-05-11 20:12:26 +00:00
..
2000-10-04 16:34:09 +00:00
2001-05-09 18:48:26 +00:00
2001-03-22 15:50:10 +00:00