commit | 18fc4e70f3cd18803fda01667dcc0d6bab9f9b25 | [log] [tgz] |
---|---|---|
author | Brett Cannon <brett@python.org> | Fri Apr 04 10:01:46 2014 -0400 |
committer | Brett Cannon <brett@python.org> | Fri Apr 04 10:01:46 2014 -0400 |
tree | 5b01575e997069c6e84094e4604a63f20f9a3ad4 | |
parent | 1cd9825457604b04fcfeb0679ea30f98fd294efd [diff] |
Issue #20942: PyImport_ImportFrozenModuleObject() no longer sets __file__. This causes _frozen_importlib to no longer have __file__ set as well as any frozen module imported using imp.init_frozen() (which is deprecated).