kernc <kernc...@gmail.com> added the comment:

The proposed patch doesn't break any interfaces. 
`inspect.getsource/.getsourcelines()` still raise `OSError` if the source is 
unretrievable. `linecache.getlines()` is undocumented, but the change retains 
perfect compatibility with *docstrings* of both `linecache.getlines()` which is 
affected and `linecache.updatecache()` which is touched.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue27578>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to