Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6211b881
Commit
6211b881
authored
Mar 31, 2012
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #14437: Fix building the _io module under Cygwin.
parent
6afd11c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Misc/NEWS
Misc/NEWS
+2
-0
Modules/_io/_iomodule.h
Modules/_io/_iomodule.h
+1
-1
No files found.
Misc/NEWS
View file @
6211b881
...
...
@@ -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.
...
...
Modules/_io/_iomodule.h
View file @
6211b881
...
...
@@ -67,7 +67,7 @@ typedef struct {
PyObject
*
filename
;
/* Not used, but part of the IOError object */
Py_ssize_t
written
;
}
PyBlockingIOErrorObject
;
PyAPI_DATA
(
PyObject
*
)
PyExc_BlockingIOError
;
extern
PyObject
*
PyExc_BlockingIOError
;
/*
* Offset type for positioning.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment