Message193287
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. |
|
Date |
User |
Action |
Args |
2013-07-18 12:55:51 | dholth | set | recipients:
+ dholth, pitrou, vstinner, r.david.murray, serhiy.storchaka |
2013-07-18 12:55:51 | dholth | link | issue18373 messages |
2013-07-18 12:55:50 | dholth | create | |
|