]> granicus.if.org Git - python/commit
#17526: fix an IndexError raised while passing code without filename to inspect.finds...
authorEzio Melotti <ezio.melotti@gmail.com>
Sat, 30 Mar 2013 03:17:24 +0000 (05:17 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 30 Mar 2013 03:17:24 +0000 (05:17 +0200)
commit1b145927d725b136b987df220dff0ec7529b6f29
treea597728e07ca0af44f923c7f056aec396f61e784
parent9098472299a18471f29b3ed471376be2d29178be
#17526: fix an IndexError raised while passing code without filename to inspect.findsource().  Initial patch by Tyler Doyle.
Lib/inspect.py
Lib/test/test_inspect.py
Misc/NEWS