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 jakemcguire
Recipients alexandre.vassalotti, collinwinter, ggenellina, jakemcguire, jcea, jyasskin, pitrou
Date 2009-02-24.23:32:51
SpamBayes Score 2.1284866e-05
Marked as misclassified No
Message-id <1235518414.31.0.0786867120092.issue5084@psf.upfronthosting.co.za>
In-reply-to
Content
The fromstring/asstring dance was due to my incomplete understanding of 
refcounting.  PyDict_Next returns a borrowed reference but 
PyString_InternInPlace expects an owned reference.  Thanks to Kirk 
McDonald, I have a new patch that does the refcounting correctly.

What sort of test did you have in mind?
History
Date User Action Args
2009-02-24 23:33:34jakemcguiresetrecipients: + jakemcguire, collinwinter, jcea, ggenellina, pitrou, alexandre.vassalotti, jyasskin
2009-02-24 23:33:34jakemcguiresetmessageid: <1235518414.31.0.0786867120092.issue5084@psf.upfronthosting.co.za>
2009-02-24 23:32:52jakemcguirelinkissue5084 messages
2009-02-24 23:32:52jakemcguirecreate