]> 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)
commit87a5c515d03f3e2215f3da7b90a4b848ac510879
tree84a23e66140538f0d8b870379826b809be2c65b7
parent8f9f0f12e845034080525c6a80d52215533cb2a4
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