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 jnoller
Recipients jnoller, roudkerk, vstinner
Date 2008-07-30.12:06:13
SpamBayes Score 0.008388048
Marked as misclassified No
Message-id <1217419577.14.0.722681779255.issue3321@psf.upfronthosting.co.za>
In-reply-to
Content
From Victor:
Ok, here is a patch for test_multiprocessing.py.
- TestClosedFile.test_open() verify that Connection() rejects closed file
descriptor
- TestClosedFile.test_operations() verify that Connection() raises IOError 
for
operations on closed file

I don't know if Connection() is a socket or a pipe. Both should be tested.
History
Date User Action Args
2008-07-30 12:06:17jnollersetrecipients: + jnoller, vstinner, roudkerk
2008-07-30 12:06:17jnollersetmessageid: <1217419577.14.0.722681779255.issue3321@psf.upfronthosting.co.za>
2008-07-30 12:06:16jnollerlinkissue3321 messages
2008-07-30 12:06:16jnollercreate