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 BTaskaya
Recipients BTaskaya, David.Edelsohn, Michael.Felt, pablogsal, skrah, vstinner
Date 2020-04-11.13:13:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586610828.43.0.531844167992.issue40244@roundup.psfhosted.org>
In-reply-to
Content
I've just compiled python with (xlc 16.1.0, debug build) and can't experience that compile failure, can you give a specific spot that failure happens?

-bash-4.4$ ./python -m test.pythoninfo|grep -E 'CFLAGS|CC|OPT|LDFLAGS'
sysconfig[CC]: /opt/IBM/xlc/16.1.0/bin/xlc_r
sysconfig[CFLAGS]: -DNDEBUG -O
sysconfig[CONFIG_ARGS]: 'CC=/opt/IBM/xlc/16.1.0/bin/xlc_r'
sysconfig[OPT]: -DNDEBUG -O
sysconfig[PY_CFLAGS]: -DNDEBUG -O
sysconfig[PY_CFLAGS_NODIST]: -I./Include/internal
sysconfig[PY_STDMODULE_CFLAGS]: -DNDEBUG -O -I./Include/internal -I. -I./Include
History
Date User Action Args
2020-04-11 13:13:48BTaskayasetrecipients: + BTaskaya, vstinner, skrah, David.Edelsohn, Michael.Felt, pablogsal
2020-04-11 13:13:48BTaskayasetmessageid: <1586610828.43.0.531844167992.issue40244@roundup.psfhosted.org>
2020-04-11 13:13:48BTaskayalinkissue40244 messages
2020-04-11 13:13:48BTaskayacreate