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 socketpair
Recipients socketpair
Date 2016-02-09.06:30:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454999424.95.0.397759883327.issue26318@psf.upfronthosting.co.za>
In-reply-to
Content
`io.open(fd, ...).name` returns numeric fd instead of None. This lead to some nasty bugs.

In order to bring consistency and make that predictable, please make `.name` for that case to return None. (and document it)
History
Date User Action Args
2016-02-09 06:30:25socketpairsetrecipients: + socketpair
2016-02-09 06:30:24socketpairsetmessageid: <1454999424.95.0.397759883327.issue26318@psf.upfronthosting.co.za>
2016-02-09 06:30:24socketpairlinkissue26318 messages
2016-02-09 06:30:24socketpaircreate