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 ammar2
Recipients ammar2, docs@python, khalidmammadov, xtreak
Date 2020-02-22.19:36:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582400181.54.0.622017931282.issue39180@roundup.psfhosted.org>
In-reply-to
Content
A good place to start is looking at the blame to find the commit that introduced it. Which was:

https://github.com/python/cpython/commit/17ab123cf1f0597e7e257c1ce83a6e87b85ffd7b#diff-71666751dc5821f7fc30e9c8138019c9

and if we browse to the state of the file before that commit we see:

https://github.com/python/cpython/blob/bbd89b66b1b3c44836f560b60c7a176a6172f148/Lib/linecache.py#L32-L39

which indicates that it used to be exposed but was maybe overlooked when __all__ was added.
History
Date User Action Args
2020-02-22 19:36:21ammar2setrecipients: + ammar2, docs@python, xtreak, khalidmammadov
2020-02-22 19:36:21ammar2setmessageid: <1582400181.54.0.622017931282.issue39180@roundup.psfhosted.org>
2020-02-22 19:36:21ammar2linkissue39180 messages
2020-02-22 19:36:21ammar2create