SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 137 Python

Issue #22054: Add os.get_blocking() and os.set_blocking() functions to get and

set the blocking mode of a file descriptor (False if the O_NONBLOCK flag is
set, True otherwise). These functions are not available on Windows.
V
Victor Stinner committed
1db9e7bb19909ed56821b1580cbb024faccac041
Parent: 6aa4269