Message203340
Brett: looks like something frozen-related broke due to 6d1656ab2c85a527c.
test_frozen in test_frozen.py is failing now because frozen modules no longer have a __cached__ attribute (which was previously set to None). Previously it was set in PyImport_ExecCodeModuleObject() in import.c. I'm guessing that simply setting __cached__ (and __file__?) in FrozenImporter.exec_module() should restore the previous behavior. Doing so makes the test pass at least. |
|
Date |
User |
Action |
Args |
2013-11-19 07:36:10 | eric.snow | set | recipients:
+ eric.snow, brett.cannon, ncoghlan, larry, Arfrever, berker.peksag |
2013-11-19 07:36:10 | eric.snow | set | messageid: <1384846570.08.0.197405981507.issue18864@psf.upfronthosting.co.za> |
2013-11-19 07:36:10 | eric.snow | link | issue18864 messages |
2013-11-19 07:36:09 | eric.snow | create | |
|