[issue22054] Add os.get_blocking() and os.set_blocking() functions
STINNER Victor
report at bugs.python.org
Wed Jul 23 23:30:14 CEST 2014
New submission from STINNER Victor:
Antoine suggested me to add these functions in the issue #22042.
Here is a patch to implement these functions and use them in various places.
----------
files: os_blocking.patch
keywords: patch
messages: 223782
nosy: haypo, neologix, pitrou
priority: normal
severity: normal
status: open
title: Add os.get_blocking() and os.set_blocking() functions
type: enhancement
versions: Python 3.5
Added file: http://bugs.python.org/file36052/os_blocking.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22054>
_______________________________________
More information about the Python-bugs-list
mailing list