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 barry
Recipients barry, doko, eric.smith
Date 2018-02-19.13:41:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519047665.99.0.467229070634.issue32872@psf.upfronthosting.co.za>
In-reply-to
Content
Both of those upstreams should be using `if getattr(module, '__file__', None)` instead.  The old behavior was an undocumented quirk.
History
Date User Action Args
2018-02-19 13:41:06barrysetrecipients: + barry, doko, eric.smith
2018-02-19 13:41:05barrysetmessageid: <1519047665.99.0.467229070634.issue32872@psf.upfronthosting.co.za>
2018-02-19 13:41:05barrylinkissue32872 messages
2018-02-19 13:41:05barrycreate