[issue19348] Building _testcapimodule as a builtin results in compile error

2021-04-27 Thread STINNER Victor
STINNER Victor added the comment: The C API was deeply reworked since 2013. This issue was reported in Python 2.7. I'm confident that it has been fixed in the meanwhile. -- resolution: out of date -> fixed stage: -> resolved status: pending -> closed

[issue19348] Building _testcapimodule as a builtin results in compile error

2021-04-27 Thread Irit Katriel
Irit Katriel added the comment: I think this was fixed by https://github.com/python/cpython/commit/5c75f37d473140f0e0b7d9bf3a8c08343447ded1 which added "#undef Py_BUILD_CORE_MODULE" to _testcapimodule.c. -- nosy: +iritkatriel resolution: -> out of date status: open -> pending

[issue19348] Building _testcapimodule as a builtin results in compile error

2018-12-11 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +vstinner ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue19348] Building _testcapimodule as a builtin results in compile error

2014-06-20 Thread Zachary Ware
Changes by Zachary Ware zachary.w...@gmail.com: -- resolution: remind - versions: +Python 3.4, Python 3.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19348 ___

[issue19348] Building _testcapimodule as a builtin results in compile error

2014-01-09 Thread Alan Hourihane
Alan Hourihane added the comment: Anyone ? -- resolution: - remind ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue19348 ___ ___ Python-bugs-list

[issue19348] Building _testcapimodule as a builtin results in compile error

2013-10-22 Thread Alan Hourihane
New submission from Alan Hourihane: When building _testcapimodule.c as a builtin module, the build fails with this error because it doesn't take into account Py_BUILD_CORE from datetime.h. m68k-atari-mint-gcc -I. -IInclude