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: 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:16adminsetgithub: 43154
2006-04-04 00:54:45anthonybaxtercreate