]> granicus.if.org Git - python/commit
Issue #24992: Fix error handling and a race condition (related to garbage
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 3 Sep 2015 15:50:04 +0000 (17:50 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 3 Sep 2015 15:50:04 +0000 (17:50 +0200)
commitca30b02abecd481d92fce7ac347577069a3bc97a
tree63d84e05fcc898d2ca5c34d957cb679e2fb5327c
parent38b8ae0f5b8a6165fbbfc5798e8a3067234af261
Issue #24992: Fix error handling and a race condition (related to garbage
collection) in collections.OrderedDict constructor.

Patch reviewed by Serhiy Storchaka.
Misc/NEWS
Objects/odictobject.c