[issue29970] Severe open file leakage running asyncio SSL server

2017-12-12 Thread Neil Aspinall
Change by Neil Aspinall : -- keywords: +patch pull_requests: +4717 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue29970> ___ ___ Py

[issue29970] Severe open file leakage running asyncio SSL server

2017-12-12 Thread Neil Aspinall
Neil Aspinall added the comment: I think there's been some confusion about what PR 480 was meant to fix - it helps in cases where connections are closed during handshake, but if a server connection is waiting for a handshake but never receives any data at all then it stays in that

[issue3605] Py_FatalError causes infinite loop

2011-07-28 Thread Neil Aspinall
Neil Aspinall added the comment: Would it be possible for this issue's fix (PyErr_Occurred() returning null when the thread state is null) to be applied to the 2.7 branch? -- nosy: +naspinal ___ Python tracker <http://bugs.python.org/i