This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, serhiy.storchaka
Date 2014-12-09.16:05:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418141104.02.0.91056311182.issue23021@psf.upfronthosting.co.za>
In-reply-to
Content
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 PyString pystr.
Modules/_sqlite/connection.h:55:    /* None for autocommit, otherwise a PyString with the isolation level */
Modules/unicodedata.c:482:    /* XXX: could allocate the PyString up front instead
History
Date User Action Args
2014-12-09 16:05:04berker.peksagsetrecipients: + berker.peksag, serhiy.storchaka
2014-12-09 16:05:04berker.peksagsetmessageid: <1418141104.02.0.91056311182.issue23021@psf.upfronthosting.co.za>
2014-12-09 16:05:03berker.peksaglinkissue23021 messages
2014-12-09 16:05:03berker.peksagcreate