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.

classification
Title: AC_COMPILE_IFELSE doesn't work in all cases
Type: compile error Stage: patch review
Components: Interpreter Core Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: jerome.hamm, python-dev
Priority: normal Keywords: patch

Created on 2020-04-04 20:45 by jerome.hamm, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 19367 open python-dev, 2020-04-04 20:46
Messages (1)
msg365781 - (view) Author: Jérôme (jerome.hamm) * Date: 2020-04-04 20:45
Just compiling the symbol sometimes gives a false positive (for example chroot compiles OK), but also linking properly detects the symbol is missing.
History
Date User Action Args
2022-04-11 14:59:29adminsetgithub: 84364
2020-04-04 20:46:55python-devsetkeywords: + patch
nosy: + python-dev

pull_requests: + pull_request18729
stage: patch review
2020-04-04 20:45:48jerome.hammcreate