Message278934
> Fatal Python error: Python memory allocator called without holding the GIL
Oh, I didn't expect that my new check would catch such bug. Nice.
In release mode, the check is disabled by default (can be enabled at
runtime), and I don't think that the code can crash.
But the bug should be fixed anyway :-) |
|
| Date |
User |
Action |
Args |
| 2016-10-18 20:03:23 | vstinner | set | recipients:
+ vstinner, christian.heimes, ned.deily, methane, serhiy.storchaka, yselivanov |
| 2016-10-18 20:03:23 | vstinner | link | issue28471 messages |
| 2016-10-18 20:03:23 | vstinner | create | |
|