]> granicus.if.org Git - python/commit
Remove Lib/site.py hack to unregister patched builtins.
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Aug 2013 17:46:04 +0000 (19:46 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 1 Aug 2013 17:46:04 +0000 (19:46 +0200)
commitf93c7b80613114dc51b0badc3909d92240574ce2
treeed6d212fafc8b0f881802de2e2891757f9ce64b4
parent4ed328c4d770ad0fa6ec278cae7b706c5f3da4ce
Remove Lib/site.py hack to unregister patched builtins.
It creates a refleak in subinterpreters, as atexit callbacks aren't triggered at their end.
Lib/site.py