]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
inspect: Fix getsource() to load updated source of reloaded module
authorYury Selivanov <yselivanov@sprymix.com>
Mon, 8 Dec 2014 21:05:34 +0000 (16:05 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Mon, 8 Dec 2014 21:05:34 +0000 (16:05 -0500)
commitef1e7502256cfd550fe264a9832e3fc517cbcb42
tree84abe5524a7944761d2b9c07fd39110f28de5008
parentb532df62b95920c380190f4a468fe15ad0c7d39c
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