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 blackandred
Recipients blackandred
Date 2021-06-16.06:44:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623825866.63.0.177432261124.issue44432@roundup.psfhosted.org>
In-reply-to
Content
Hi,

I'm loading multiple files in same convention - same filename, as a part of creating a build system. I can compare the case to the loading multple configuration files for various plugins in the application, the file contents of multiple files from different directories are mixed together which looks dangerous.

Here is a reproducible case for Python 3.9.4 (running on Arch Linux)
https://github.com/blackandred/python-bug-sourcefileloader
History
Date User Action Args
2021-06-16 06:44:26blackandredsetrecipients: + blackandred
2021-06-16 06:44:26blackandredsetmessageid: <1623825866.63.0.177432261124.issue44432@roundup.psfhosted.org>
2021-06-16 06:44:26blackandredlinkissue44432 messages
2021-06-16 06:44:26blackandredcreate