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 brett.cannon, eryksun, paul.moore, smunday, steve.dower, tim.golden, zach.ware
Date 2021-02-15.20:32:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613421145.27.0.176744550102.issue43105@roundup.psfhosted.org>
In-reply-to
Content
> since they're allowed, I think importlib at least could try to resolve relative paths in a copy of sys.path before searching. 

I agree with this fix. They can be resolved for each new import, if we think that's an important behaviour to preserve (might mess with the cache... but probably necessary if it's to be backported). But at some point sys.path entries need to be made absolute, and it definitely needs to happen before we try to load any DLLs.
History
Date User Action Args
2021-02-15 20:32:25steve.dowersetrecipients: + steve.dower, brett.cannon, paul.moore, tim.golden, zach.ware, eryksun, smunday
2021-02-15 20:32:25steve.dowersetmessageid: <1613421145.27.0.176744550102.issue43105@roundup.psfhosted.org>
2021-02-15 20:32:25steve.dowerlinkissue43105 messages
2021-02-15 20:32:25steve.dowercreate