Brett Cannon added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26186>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to