Message202169
> You are clearing the thread state of the currently executing
> thread, which doesn't sound right.
Oh, I didn't realize that PyThreadState_Clear() clears also Python thread locals.
Here is a new patch without PyThreadState_Clear(tstate) and with two unit tests:
- ensure that Python thread locals are not destroyed before destructors are called
- ensure that object destructors are called before Python thread states are destroyed |
|
| Date |
User |
Action |
Args |
| 2013-11-04 20:56:45 | vstinner | set | recipients:
+ vstinner, pitrou, Arfrever, neologix, serhiy.storchaka |
| 2013-11-04 20:56:45 | vstinner | set | messageid: <[email protected]> |
| 2013-11-04 20:56:45 | vstinner | link | issue19466 messages |
| 2013-11-04 20:56:44 | vstinner | create | |
|