win32file
._setmaxstdio
int =
_setmaxstdio(
newmax
)
Set the maximum allowed number of open stdio handles
Parameters
newmax
: int
Maximum number of open stdio streams, 2048 max
Return Value
Returns the number that was set, or -1 on failure.