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 brett.cannon
Recipients brett.cannon
Date 2016-01-23.19:38:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1453577927.7.0.118269862918.issue26186@psf.upfronthosting.co.za>
In-reply-to
Content
One way to possibly improve this is to remove the create_module() check and replace it with a warning if create_module() doesn't return None. Another option is to use an assert statement. The final option is to just drop the check entirely, although that can make debugging difficult.
History
Date User Action Args
2016-01-23 19:38:47brett.cannonsetrecipients: + brett.cannon
2016-01-23 19:38:47brett.cannonsetmessageid: <1453577927.7.0.118269862918.issue26186@psf.upfronthosting.co.za>
2016-01-23 19:38:47brett.cannonlinkissue26186 messages
2016-01-23 19:38:47brett.cannoncreate