This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Michael.Felt
Recipients Michael.Felt
Date 2020-05-19.11:49:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589888991.61.0.317317587375.issue40680@roundup.psfhosted.org>
In-reply-to
Content
issue40192 introduced the use of nanosecond reporting of time.

The new routine called is not available in AIX 5.3:

        xlc_r  -O -I/opt/include -O2 -qmaxmem=-1 -qarch=pwr5 -O    -I../git/python-3.9/Include/internal -IObjects -IInclude -IPython -I. -I../git/python-3.9/Include -I/opt/include   -DPy_BUILD_CORE_BUILTIN  -DPy_BUILD_CORE_BUILTIN -I../git/python-3.9/Include/internal -c ../git/python-3.9/Modules/timemodule.c -o Modules/timemodule.o
"../git/python-3.9/Modules/timemodule.c", line 1358.22: 1506-275 (S) Unexpected text tc encountered.
"../git/python-3.9/Modules/timemodule.c", line 1358.5: 1506-045 (S) Undeclared identifier thread_cputime_t.
"../git/python-3.9/Modules/timemodule.c", line 1359.29: 1506-045 (S) Undeclared identifier tc.
"../git/python-3.9/Modules/timemodule.c", line 1861.19: 1506-196 (W) Initialization between types "void*" and "int(*)(struct _object*)" is not allowed.
make: 1254-004 The error code from the last command is 1.
History
Date User Action Args
2020-05-19 11:49:51Michael.Feltsetrecipients: + Michael.Felt
2020-05-19 11:49:51Michael.Feltsetmessageid: <1589888991.61.0.317317587375.issue40680@roundup.psfhosted.org>
2020-05-19 11:49:51Michael.Feltlinkissue40680 messages
2020-05-19 11:49:51Michael.Feltcreate