[issue27400] Datetime NoneType after calling Py_Finalize and Py_Initialize

Nick Coghlan report at bugs.python.org
Wed Jul 6 22:27:52 EDT 2016


Nick Coghlan added the comment:

Aye, skipping the caching entirely would be an even simpler solution - the only thing it is saving in the typical case is a dictionary lookup in the modules cache.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27400>
_______________________________________


More information about the Python-bugs-list mailing list