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 pitrou
Recipients dholth, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2013-07-18.13:05:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1130292131.4181274.1374152701976.JavaMail.root@zimbra10-e2.priv.proxad.net>
In-reply-to <1374152142.23990.140661257123865.1A91DBE5@webmail.messagingengine.com>
Content
> > I don't know why your patch is putting this in the thread state,
> > though...
> 
> If you have multiple threads one thread might want exceptions when
> str(bytes), and the other might not.

That sounds too much of a special case to me. You can still catch
BytesWarnings inside a context manager or something.
History
Date User Action Args
2013-07-18 13:05:08pitrousetrecipients: + pitrou, vstinner, r.david.murray, dholth, serhiy.storchaka
2013-07-18 13:05:08pitroulinkissue18373 messages
2013-07-18 13:05:07pitroucreate