[issue13797] Allow objects implemented in pure Python to export PEP 3118 buffers

2016-03-22 Thread Robert Siemer
Changes by Robert Siemer <robert.siemer-python@backsla.sh>: -- nosy: +siemer ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue23749] asyncio missing wrap_socket (starttls)

2016-03-21 Thread Robert Siemer
Changes by Robert Siemer <robert.siemer-python@backsla.sh>: -- nosy: +siemer ___ Python tracker <rep...@bugs.python.org> <http://bugs.python

[issue10817] urllib.request.urlretrieve never raises ContentTooShortError if no reporthook

2011-01-14 Thread Robert Siemer
Changes by Robert Siemer robert.siemer-python@backsla.sh: -- nosy: +siemer ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue10817 ___ ___ Python

[issue1731717] race condition in subprocess module

2008-03-29 Thread Robert Siemer
Robert Siemer [EMAIL PROTECTED] added the comment: Update for my comment: python2.5.2 does not show that problem. python2.4.5 did. I repeat, 2.5.2 does not clean up processes which are still referenced, but it does clean unreferenced ones. _ Tracker [EMAIL

[issue1731717] race condition in subprocess module

2008-03-28 Thread Robert Siemer
Robert Siemer [EMAIL PROTECTED] added the comment: Bad design stays bad design: the hope that pids don't get reused soon breaks two assumptions: 1) I don't have to wait() for a child process soon. It's the programs business. 2) Pids cycle: there are security patches to make pids of future