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 serhiy.storchaka
Recipients eric.snow, rhettinger, serhiy.storchaka, vstinner
Date 2015-09-03.14:24:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1776712.uzkECe3EL7@raxxla>
In-reply-to <1441289034.87.0.559016889822.issue24992@psf.upfronthosting.co.za>
Content
> We only give the reference to the caller when the newly created OrderedDict
> is fully initialized (consistent).

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.
History
Date User Action Args
2015-09-03 14:24:09serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, vstinner, eric.snow
2015-09-03 14:24:09serhiy.storchakalinkissue24992 messages
2015-09-03 14:24:09serhiy.storchakacreate