Issue 1463926: can't build on cygwin - PyArg_Parse_SizeT undefined (original) (raw)

Issue1463926

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/43154

classification

Title: can't build on cygwin - PyArg_Parse_SizeT undefined
Type: Stage:
Components: Build Versions: Python 2.5

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: anthonybaxter Nosy List: anthonybaxter, nnorwitz
Priority: normal Keywords:

Created on 2006-04-04 00:54 by anthonybaxter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg28036 - (view) Author: Anthony Baxter (anthonybaxter) (Python triager) Date: 2006-04-04 00:54
Something's not right on cygwin with the trunk. Example failing build: http://www.python.org/dev/buildbot/all/x86%20cygwin%20trunk/builds/3/step-configure/0 http://www.python.org/dev/buildbot/all/x86%20cygwin%20trunk/builds/3/step-compile/0 http://www.python.org/dev/buildbot/all/x86%20cygwin%20trunk/builds/3/step-test/0 Wrapping the PY_SSIZE_T_CLEAN bit at the top of modsupport.h in an "#if 0"/"#endif" makes it compile, at least.
msg28037 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-04-04 20:43
Logged In: YES user_id=33168 Anthony fixed this. Closing.
History
Date User Action Args
2022-04-11 14:56:16 admin set github: 43154
2006-04-04 00:54:45 anthonybaxter create

Supported by The Python Software Foundation,
Powered by Roundup

Copyright © 1990-2022, Python Software Foundation
Legal Statements