This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients Arfrever, vstinner
Date 2013-01-29.12:56:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359464195.85.0.211385489409.issue17036@psf.upfronthosting.co.za>
In-reply-to
Content
My TODO list is almost empty: the implementation is done. I just see possible enhancement on Windows: socket.socket() and os.dup() can use an atomic flag to set close-on-exec if native functions are used (WSASocket, DuplicateHandle) instead of the POSIX API. But it can be done later.
History
Date User Action Args
2013-01-29 12:56:35vstinnersetrecipients: + vstinner, Arfrever
2013-01-29 12:56:35vstinnersetmessageid: <1359464195.85.0.211385489409.issue17036@psf.upfronthosting.co.za>
2013-01-29 12:56:35vstinnerlinkissue17036 messages
2013-01-29 12:56:35vstinnercreate