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: Cygwin standard module build problems
Type: Stage:
Components: Build Versions: Python 2.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jlt63 Nosy List: jlt63
Priority: normal Keywords: patch

Created on 2004-08-09 14:59 by jlt63, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-2.4.patch jlt63, 2004-08-09 14:59
Messages (3)
msg46611 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2004-08-09 14:59
The following modules:

strop
cPickle
readline

do not build cleanly under Cygwin due to missing
PyAPI_FUNC/PyAPI_DATA macros.

The attached patch fixes these build problems.
msg46612 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2004-08-09 15:04
Logged In: YES 
user_id=86216

Committed as:

Include/pystrtod.h 2.2
Include/pythonrun.h  2.63
msg46613 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2004-08-09 15:04
Logged In: YES 
user_id=86216

Committed as:

Include/pystrtod.h 2.2
Include/pythonrun.h  2.63
History
Date User Action Args
2022-04-11 14:56:06adminsetgithub: 40730
2004-08-09 14:59:10jlt63create