]> granicus.if.org Git - python/commit
Don't run garbage collection on interpreter exit if it was explicitly disabled
authorŁukasz Langa <lukasz@langa.pl>
Sat, 10 Sep 2016 04:47:46 +0000 (21:47 -0700)
committerŁukasz Langa <lukasz@langa.pl>
Sat, 10 Sep 2016 04:47:46 +0000 (21:47 -0700)
commitfef7e94fa12f21c09997bd02809e677830966646
tree2f355b7146c4eb0426b93c29ac96072824361c13
parent9e3ef52a35c2d45edca40f9e4208aa8a08d6cdfd
Don't run garbage collection on interpreter exit if it was explicitly disabled
by the user.
Include/objimpl.h
Modules/gcmodule.c
Python/pylifecycle.c