Message177724
When you run wy.py the wow module gets partially imported, and then garbage collected because it fails to import successfully. The destructor for the module replaces values in the module's __dict__ with None. So when the cleanup function runs you get the unexpected error.
When you run wow.py directly, wow (i.e. the main module) will not be garbage collected, so _Cleanup is never replaced by None. |
|
Date |
User |
Action |
Args |
2012-12-19 00:10:40 | sbt | set | recipients:
+ sbt, techtonik, serhiy.storchaka |
2012-12-19 00:10:39 | sbt | set | messageid: <1355875839.96.0.839724966397.issue16718@psf.upfronthosting.co.za> |
2012-12-19 00:10:39 | sbt | link | issue16718 messages |
2012-12-19 00:10:39 | sbt | create | |
|