Message213719
As part of the PEP 451 changes, frozen imports were updated to avoid setting the __file__ attribute, as that attribute makes no sense for frozen modules.
However, _frozen_importlib isn't loaded through the normal mechanisms (they don't exist yet!), so it is still getting a __file__ attribute set. (This was discovered while investigating issue 20884)
This is a fairly harmless state of affairs, so I suggest we leave it alone in the 3.4 maintenance releases, and just tidy it up in 3.5. However, I'm also open to fixing it in 3.4.1. |
|
Date |
User |
Action |
Args |
2014-03-16 05:42:27 | ncoghlan | set | recipients:
+ ncoghlan, brett.cannon, eric.snow |
2014-03-16 05:42:27 | ncoghlan | set | messageid: <1394948547.33.0.586299720319.issue20942@psf.upfronthosting.co.za> |
2014-03-16 05:42:27 | ncoghlan | link | issue20942 messages |
2014-03-16 05:42:26 | ncoghlan | create | |
|