Closed ericsnowcurrently closed 4 years ago
https://bugs.python.org/issue24554
GC should happen when a subinterpreter is destroyed (GC currently tied to main interpreter context)
See also: https://github.com/GrahamDumpleton/mod_wsgi/issues/43 http://emptysqua.re/blog/a-normal-accident-in-python-and-mod-wsgi/
I fixed https://bugs.python.org/issue36854 and https://bugs.python.org/issue24554
Thanks @vstinner!
https://bugs.python.org/issue24554
GC should happen when a subinterpreter is destroyed (GC currently tied to main interpreter context)
See also: https://github.com/GrahamDumpleton/mod_wsgi/issues/43 http://emptysqua.re/blog/a-normal-accident-in-python-and-mod-wsgi/