diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-03-31 21:50:31 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-03-31 21:50:31 (GMT) |
commit | 6211b881613de6654ec8b5e77f3c705f1b4becb8 (patch) | |
tree | c37df9ce50505b48b34280748e0ed6593d774cd3 /Misc | |
parent | 6afd11c762ad9f135ce7aaf1f9fa1e3856984bf1 (diff) | |
download | cpython-6211b881613de6654ec8b5e77f3c705f1b4becb8.zip cpython-6211b881613de6654ec8b5e77f3c705f1b4becb8.tar.gz cpython-6211b881613de6654ec8b5e77f3c705f1b4becb8.tar.bz2 |
Issue #14437: Fix building the _io module under Cygwin.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -105,6 +105,8 @@ Extension Modules Build ----- +- Issue #14437: Fix building the _io module under Cygwin. + - Issue #14387: Do not include accu.h from Python.h. - Issue #14359: Only use O_CLOEXEC in _posixmodule.c if it is defined. |