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 izbyshev
Recipients izbyshev
Date 2017-12-18.19:23:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513625010.32.0.213398074469.issue32369@psf.upfronthosting.co.za>
In-reply-to
Content
The last part of test_close_fds() doesn't match its own comment. The following assertion always holds because fds_to_keep and open_fds are disjoint by construction.

self.assertFalse(remaining_fds & fds_to_keep & open_fds,
                 "Some fds not in pass_fds were left open")
History
Date User Action Args
2017-12-18 19:23:30izbyshevsetrecipients: + izbyshev
2017-12-18 19:23:30izbyshevsetmessageid: <1513625010.32.0.213398074469.issue32369@psf.upfronthosting.co.za>
2017-12-18 19:23:30izbyshevlinkissue32369 messages
2017-12-18 19:23:30izbyshevcreate