]> 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:10:28 +0000 (05:10 +0200)
committerEzio Melotti <ezio.melotti@gmail.com>
Sat, 30 Mar 2013 03:10:28 +0000 (05:10 +0200)
commite66e7de5d69542d9f10010a83787ef4b87a70bf8
treead2c3abd8422c8ecf41414e62f5c0e51ba63e7dc
parentf03aab7e519b2c801b193907086f064867ef53c1
#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