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 alexandre.vassalotti
Recipients alexandre.vassalotti, loewis
Date 2009-05-30.23:25:42
SpamBayes Score 0.001994705
Marked as misclassified No
Message-id <1243725945.44.0.74609777501.issue6151@psf.upfronthosting.co.za>
In-reply-to
Content
PyDescrObject make use of the some undefined behavior noted in PEP 3123
for PyObject in Python 2.x. Although fixing this requires breaking
backward-compatibility, this shouldn't be much a problem since
PyDescrObject is only used directly by Python itself.
History
Date User Action Args
2009-05-30 23:25:45alexandre.vassalottisetrecipients: + alexandre.vassalotti, loewis
2009-05-30 23:25:45alexandre.vassalottisetmessageid: <1243725945.44.0.74609777501.issue6151@psf.upfronthosting.co.za>
2009-05-30 23:25:44alexandre.vassalottilinkissue6151 messages
2009-05-30 23:25:43alexandre.vassalotticreate