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 steve.dower
Recipients Tibor Csonka, anthonywee, miss-islington, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2020-06-29.16:02:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593446577.81.0.930083981763.issue29778@roundup.psfhosted.org>
In-reply-to
Content
Sorry, I take that back. Earlier versions would indeed skip initialization in some cases.

I propose we deprecate the dll_path field in PathConfig and just get the path directly in the three places it's necessary. The path calculations have security exposure, so let's just avoid trying to manage additional state around it unnecessarily.

I'll work on a patch this week unless someone else gets to it first.
History
Date User Action Args
2020-06-29 16:02:57steve.dowersetrecipients: + steve.dower, paul.moore, vstinner, tim.golden, zach.ware, Tibor Csonka, miss-islington, anthonywee
2020-06-29 16:02:57steve.dowersetmessageid: <1593446577.81.0.930083981763.issue29778@roundup.psfhosted.org>
2020-06-29 16:02:57steve.dowerlinkissue29778 messages
2020-06-29 16:02:57steve.dowercreate