[issue23021] Get rid of references to PyString in Modules/

2015-04-08 Thread Berker Peksag
Changes by Berker Peksag berker.pek...@gmail.com: -- resolution: - out of date stage: needs patch - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue23021 ___

[issue23021] Get rid of references to PyString in Modules/

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: The only PyString that I could find left is in unicodedata.c. I'm assuming that there is little point is preparing a patch for a one word change, is this correct? -- nosy: +BreamoreBoy ___ Python tracker

[issue23021] Get rid of references to PyString in Modules/

2014-12-09 Thread Berker Peksag
New submission from Berker Peksag: See issue 22883 for a similar issue. Modules/_io/_iomodule.h:72:/* Printing a variable of type off_t (with e.g., PyString_FromFormat) Modules/_json.c:708:/* Read a JSON array from PyString pystr. Modules/_json.c:781:/* Read a JSON constant from