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 p-ganssle
Recipients apple502j, belopolsky, eryksun, p-ganssle, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-08-04.17:45:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1628099115.1.0.142283415922.issue44829@roundup.psfhosted.org>
In-reply-to
Content
Sorry you didn't receive a response to your security@ email, I guess my response just went to the PSRT, not to you as well. I believe we determined that this was an issue in importlib.resources generally, not specific to zoneinfo.

I think `importlib.resources.open_binary` should check if a resource is a file with `os.isfile` before opening it. That will solve the issue in zoneinfo and other similar situations.
History
Date User Action Args
2021-08-04 17:45:15p-gansslesetrecipients: + p-ganssle, paul.moore, belopolsky, tim.golden, zach.ware, eryksun, steve.dower, apple502j
2021-08-04 17:45:15p-gansslesetmessageid: <1628099115.1.0.142283415922.issue44829@roundup.psfhosted.org>
2021-08-04 17:45:15p-gansslelinkissue44829 messages
2021-08-04 17:45:15p-gansslecreate