This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kernc
Recipients Alexander Todorov, kernc, r.david.murray, terry.reedy, ztane
Date 2020-11-14.03:03:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605323021.49.0.996870435911.issue27578@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-11-14 03:03:41kerncsetrecipients: + kernc, terry.reedy, r.david.murray, ztane, Alexander Todorov
2020-11-14 03:03:41kerncsetmessageid: <1605323021.49.0.996870435911.issue27578@roundup.psfhosted.org>
2020-11-14 03:03:41kernclinkissue27578 messages
2020-11-14 03:03:41kernccreate