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 Giovanni.Bajo, georg.brandl, gregory.p.smith, milko.krachounov, ned.deily, paul.moore, vstinner
Date 2010-12-11.16:55:01
SpamBayes Score 0.00020163972
Marked as misclassified No
Message-id <1292086505.79.0.0204088161059.issue7213@psf.upfronthosting.co.za>
In-reply-to
Content
subprocess-cloexec-atomic-py3k-tests2-close_fds.patch adds a test called to Win32ProcessTestCase which is specific to Windows. And this class has already a test with the same name. You should move your test to ProcessTestCase (and so it will test the C implementation, the Python implementation and also without poll).
History
Date User Action Args
2010-12-11 16:55:05vstinnersetrecipients: + vstinner, georg.brandl, gregory.p.smith, paul.moore, ned.deily, milko.krachounov, Giovanni.Bajo
2010-12-11 16:55:05vstinnersetmessageid: <1292086505.79.0.0204088161059.issue7213@psf.upfronthosting.co.za>
2010-12-11 16:55:01vstinnerlinkissue7213 messages
2010-12-11 16:55:01vstinnercreate