Changes by Tyler Doyle :
Added file: http://bugs.python.org/file29591/17526_getsource.patch
___
Python tracker
<http://bugs.python.org/issue17526>
___
___
Python-bug
Changes by Tyler Doyle :
Removed file: http://bugs.python.org/file29576/inspect.patch
___
Python tracker
<http://bugs.python.org/issue17526>
___
___
Python-bugs-list m
Changes by Tyler Doyle :
Removed file: http://bugs.python.org/file29577/test_inspect.patch
___
Python tracker
<http://bugs.python.org/issue17526>
___
___
Python-bug
Tyler Doyle added the comment:
Patch and test to accompany.
--
Added file: http://bugs.python.org/file29577/test_inspect.patch
___
Python tracker
<http://bugs.python.org/issue17
Changes by Tyler Doyle :
--
keywords: +patch
Added file: http://bugs.python.org/file29576/inspect.patch
___
Python tracker
<http://bugs.python.org/issue17
Tyler Doyle added the comment:
It looks like file is getting set to '' and then indexed on line 553 below,
hitting the IndexError before we ever get to IOError.
--550---
file = getfile(object) <-- file = ''
sourcefile = getsourcefile(object