[issue9012] Separate compilation of time and datetime modules

Alexander Belopolsky report at bugs.python.org
Sat Jul 17 18:10:51 CEST 2010


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

I am merging in the nosy list from issue9079 after we had a lengthy discussion there and on IRC about the best way to share code between stdlib extension modules.

For the issue9079, we decided to bring the shared code into python core, but this cannot be a general solution.  I still don't see any solution other than exposing C API via a capsule mechanism, but Antoine objected saying that capsule mechanism is for 3rd party modules and should not be used in stdlib.

----------
nosy: +georg.brandl, pitrou, rhettinger, rnk, tim_one

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


More information about the Python-bugs-list mailing list