]> granicus.if.org Git - python/commit
inspect: Fix getsource() to load updated source of reloaded module
authorYury Selivanov <yselivanov@sprymix.com>
Mon, 8 Dec 2014 23:00:25 +0000 (18:00 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Mon, 8 Dec 2014 23:00:25 +0000 (18:00 -0500)
commit7de29687f22fff5c38ca252de4167e043b28e470
treecc5767d1340db76bfe1ac63e542a668a3a25826b
parentf8b44a4f37e1885e7dd8d4e4e921e207f7102dd3
inspect: Fix getsource() to load updated source of reloaded module

Issue #1218234. Initial patch by Berker Peksag.
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS