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 eric.snow, rhettinger, serhiy.storchaka, vstinner
Date 2015-09-03.14:37:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441291039.75.0.597293683076.issue24992@psf.upfronthosting.co.za>
In-reply-to
Content
> See msg246573. PyDict_New() can trigger garbage collecting and traversing and GC have a reference to underinitialized OrderedDict and can call odict_traverse() for it.

Oooh ok, I understand.

I updated my patch to implement your idea.
History
Date User Action Args
2015-09-03 14:37:19vstinnersetrecipients: + vstinner, rhettinger, eric.snow, serhiy.storchaka
2015-09-03 14:37:19vstinnersetmessageid: <1441291039.75.0.597293683076.issue24992@psf.upfronthosting.co.za>
2015-09-03 14:37:19vstinnerlinkissue24992 messages
2015-09-03 14:37:19vstinnercreate