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 _iconv_codec module patch
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jlt63 Nosy List: jlt63, nnorwitz
Priority: normal Keywords: patch

Created on 2003-01-29 15:31 by jlt63, last changed 2022-04-10 16:06 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
_iconv_codec.c.diff jlt63, 2003-01-29 15:31
Messages (4)
msg42577 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2003-01-29 15:31
The (to be) attached patch enables the _iconv_codec
module to build cleanly under Cygwin. 
msg42578 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2003-01-29 15:31
Logged In: YES 
user_id=86216

Attaching patch.
msg42579 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2003-02-10 16:31
Logged In: YES 
user_id=33168

Patch is fine, please apply.
msg42580 - (view) Author: Jason Tishler (jlt63) * (Python triager) Date: 2003-02-10 20:56
Logged In: YES 
user_id=86216

Checked in as Modules/_iconv_codec.c 1.10.
History
Date User Action Args
2022-04-10 16:06:18adminsetgithub: 37865
2003-01-29 15:31:01jlt63create