[issue32284] typing.TextIO and BinaryIO are not aliases of IO[...]

2017-12-11 Thread Guido van Rossum
Guido van Rossum added the comment: This doc bug should be fixed before 3.6.4 final goes out. -- nosy: +gvanrossum, ned.deily priority: normal -> release blocker ___ Python tracker ___

[issue20891] PyGILState_Ensure on non-Python thread causes fatal error

2017-12-11 Thread Kevin Chen
Change by Kevin Chen : -- nosy: +kchen ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org

[issue32245] OSError: raw write() returned invalid length on latest Win 10 Consoles

2017-12-11 Thread Eryk Sun
Eryk Sun added the comment: I was able to reproduce this problem in 3.6 in Windows 10 (1709), but only for code paths that call WriteFile, i.e. os.write and legacy standard I/O mode. Writing to the console will block if there's an active text selection. The operation completes once the user c

[issue30050] Please provide a way to disable the warning printed if the signal module's wakeup fd overflows

2017-12-11 Thread Nathaniel Smith
Nathaniel Smith added the comment: Yeah, I agree with Antoine and Victor that a callback would be overkill, and it would be extremely difficult to implement since at the point where the error occurs, we don't have and can't take the GIL. -- ___ Pyt

[issue31650] implement PEP 552

2017-12-11 Thread Benjamin Peterson
Change by Benjamin Peterson : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue30491] Add a lightweight mechanism for detecting un-awaited coroutine objects

2017-12-11 Thread Nathaniel Smith
Nathaniel Smith added the comment: Update! I've been experimenting with this some more, and here's a more detailed proposal, that I'd ideally like to get into 3.7. I don't *think* this is big enough to need a PEP? I dunno, thoughts on that welcome. Motivation: It's easy to accidentally write

[issue32284] typing.TextIO and BinaryIO are not aliases of IO[...]

2017-12-11 Thread Ivan Levkivskyi
Change by Ivan Levkivskyi : -- nosy: +levkivskyi ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

<    1   2