]> granicus.if.org Git - python/commit
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector...
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 May 2012 20:22:34 +0000 (22:22 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 28 May 2012 20:22:34 +0000 (22:22 +0200)
commitff0e22b6ec0080478c316a9476cd40aa1d398788
tree935b723383a7452b7e4b62c8e9c6df9f1da7ff2c
parentfe7aa49f24743f834bcf123fcd9ea5cc7a123209
Issue #14775: Fix a potential quadratic dict build-up due to the garbage collector repeatedly trying to untrack dicts.
Additional comments by Tim Silk.
Misc/ACKS
Misc/NEWS
Modules/gcmodule.c