]> granicus.if.org Git - python/commit
Issue #19255: The builtins module is restored to initial value before
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Feb 2014 16:21:34 +0000 (18:21 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 10 Feb 2014 16:21:34 +0000 (18:21 +0200)
commit013bb91aa304062bb65fe8951e2d263f2065ee56
tree27febdf4f9bb1022798cdf8f44eef801987064e9
parent761412246751bbf32bfa6315a9888d6cbf322ee5
Issue #19255: The builtins module is restored to initial value before
cleaning other modules.  The sys and builtins modules are cleaned last.
Include/moduleobject.h
Include/pystate.h
Lib/test/test_builtin.py
Misc/NEWS
Objects/moduleobject.c
Python/import.c
Python/pystate.c