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 r.david.murray
Recipients Avneesh.Chadha, JocelynJ, christian.heimes, r.david.murray, serhiy.storchaka
Date 2014-11-23.16:27:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416760037.22.0.0237659306262.issue22915@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy's patch looks correct to me.  Given that if the source doesn't have a name attribute it is simply not set in the existing code, this change should be "safe" (backward compatible).

Elsewhere the possibility was raised of converting the int to a string (<fdopen: N>), but that issue is a more global one and would apply at the io module level...and if implemented this fix would automatically take advantage of it.

So I think this should be committed.
History
Date User Action Args
2014-11-23 16:27:17r.david.murraysetrecipients: + r.david.murray, christian.heimes, serhiy.storchaka, JocelynJ, Avneesh.Chadha
2014-11-23 16:27:17r.david.murraysetmessageid: <1416760037.22.0.0237659306262.issue22915@psf.upfronthosting.co.za>
2014-11-23 16:27:17r.david.murraylinkissue22915 messages
2014-11-23 16:27:17r.david.murraycreate