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 dholth
Recipients dholth, pitrou, r.david.murray, serhiy.storchaka, vstinner
Date 2013-07-18.12:55:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1374152142.23990.140661257123865.1A91DBE5@webmail.messagingengine.com>
In-reply-to <1374135731.24.0.879917696914.issue18373@psf.upfronthosting.co.za>
Content
On Thu, Jul 18, 2013, at 04:22 AM, Antoine Pitrou wrote:
> 
> Antoine Pitrou added the comment:
> 
> 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.

str(bytes) has been an insidious problem for me. No exceptions,
seemingly working code, and b'' in serialized data. I am motivated to
turn it off.
History
Date User Action Args
2013-07-18 12:55:51dholthsetrecipients: + dholth, pitrou, vstinner, r.david.murray, serhiy.storchaka
2013-07-18 12:55:51dholthlinkissue18373 messages
2013-07-18 12:55:50dholthcreate