]> 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)
commite1ad3dac3ddc64803b7744c9ba8ce71dbe74c913
tree122e5a787b078e038fb5ca93e80b5458c3d0b9a1
parent031e25b0f74ae2c7c82a6d2a3c227e74278b22d9
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