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 ncoghlan
Recipients James Salter, brett.cannon, ebfortin, eric.snow, larry, ncoghlan, paul.moore, petr.viktorin, steve.dower, tim.golden, zach.ware
Date 2015-09-05.11:13:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441451632.7.0.9336326667.issue24748@psf.upfronthosting.co.za>
In-reply-to
Content
3.5.0 PR for the change is at https://bitbucket.org/larry/cpython350/pull-requests/16

This *is* a regression (since it's an unintended behavioural change in imp.load_dynamic), but it's one with a relatively straightforward workaround, so it would also be reasonable to defer fixing it to 3.5.1.

On the other hand, the risk is low, since the only functional change is in imp.load_dynamic itself, rather than in the core import machinery (that calls the underlying loader methods directly rather than going through the imp module API).
History
Date User Action Args
2015-09-05 11:13:52ncoghlansetrecipients: + ncoghlan, brett.cannon, paul.moore, larry, tim.golden, petr.viktorin, eric.snow, zach.ware, steve.dower, James Salter, ebfortin
2015-09-05 11:13:52ncoghlansetmessageid: <1441451632.7.0.9336326667.issue24748@psf.upfronthosting.co.za>
2015-09-05 11:13:52ncoghlanlinkissue24748 messages
2015-09-05 11:13:52ncoghlancreate