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 iritkatriel
Recipients ajaksu2, ctheune, iritkatriel, nmm, pitrou, zbysz
Date 2020-11-04.17:55:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604512549.23.0.948185870217.issue1514420@roundup.psfhosted.org>
In-reply-to
Content
I was able to reproduce it on 3.8, but I'm confused about where the open is happening because linecache.updatecache tries to avoid this:

if not filename or (filename.startswith('<') and filename.endswith('>')):
        return []
History
Date User Action Args
2020-11-04 17:55:49iritkatrielsetrecipients: + iritkatriel, ctheune, pitrou, nmm, ajaksu2, zbysz
2020-11-04 17:55:49iritkatrielsetmessageid: <1604512549.23.0.948185870217.issue1514420@roundup.psfhosted.org>
2020-11-04 17:55:49iritkatriellinkissue1514420 messages
2020-11-04 17:55:49iritkatrielcreate