]> granicus.if.org Git - python/commit
Issue #14373: Fixed segmentation fault when gc.collect() is called during
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 25 Jul 2015 09:10:21 +0000 (12:10 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 25 Jul 2015 09:10:21 +0000 (12:10 +0300)
commit374164c2f5a2f95f74cc9b97d4b58d7c74ff3a94
tree86b9585e0a740f49f10893c3aa5dc6337484ae07
parent389e3d768d8f5bd312476db795f6432651bc656b
Issue #14373: Fixed segmentation fault when gc.collect() is called during
constructing lru_cache (C implementation).
Misc/NEWS
Modules/_functoolsmodule.c