[issue7989] Add pure Python implementation of datetime module to CPython

Amaury Forgeot d'Arc report at bugs.python.org
Fri Jun 18 11:18:31 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

If both implementations can exist in the same interpreter, how will they cooperate?
For example, Time instances created with datetime.py won't pass PyTime_Check().

----------

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


More information about the Python-bugs-list mailing list