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 vstinner
Recipients vstinner
Date 2013-11-06.17:08:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1383757713.39.0.242860083759.issue19512@psf.upfronthosting.co.za>
In-reply-to
Content
pysys_getobjectid.patch:

- add _PySys_GetObjectId() and _PyDict_GetItemId() functions
- add global identifiers for most common strings: "argv", "path", "stdin", "stdout", "stderr"
- use these new functions and identifiers
History
Date User Action Args
2013-11-06 17:08:34vstinnersetrecipients: + vstinner
2013-11-06 17:08:33vstinnersetmessageid: <1383757713.39.0.242860083759.issue19512@psf.upfronthosting.co.za>
2013-11-06 17:08:33vstinnerlinkissue19512 messages
2013-11-06 17:08:33vstinnercreate