]> granicus.if.org Git - python/commit
Issue #18621: Prevent the site module's patched builtins from keeping too many refere...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 6 Aug 2013 20:56:40 +0000 (22:56 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 6 Aug 2013 20:56:40 +0000 (22:56 +0200)
commit853395b44819f04aff85e575e746da4eabaa8347
tree46d418bfea15bc6807412a2f95d8087d587504bf
parent79ba3882ad189018ee21e2bd592a3ec6cd5d6094
Issue #18621: Prevent the site module's patched builtins from keeping too many references alive for too long.
Lib/_sitebuiltins.py [new file with mode: 0644]
Lib/site.py
Misc/NEWS