Victor Stinner
3744ed2c9c
bpo-40521: Make frame free list per-interpreter (GH-20638)
...
Each interpreter now has its own frame free list:
* Move frame free list into PyInterpreterState.
* Add _Py_frame_state structure.
* Add tstate parameter to _PyFrame_ClearFreeList()
and _PyFrame_Fini().
* Remove "#if PyFrame_MAXFREELIST > 0".
* Remove "#ifdef EXPERIMENTAL_ISOLATED_SUBINTERPRETERS".
2020-06-05 01:39:24 +02:00
..
2020-05-01 18:30:51 +01:00
2020-04-08 02:01:56 +02:00
2019-04-17 23:02:26 +02:00
2019-10-02 23:51:20 +02:00
2020-02-12 22:32:34 +01:00
2020-04-17 17:47:20 +02:00
2019-11-14 13:36:21 +01:00
2020-06-02 18:44:54 +02:00
2019-06-03 21:30:58 +09:00
2019-04-17 23:02:26 +02:00
2019-10-02 23:51:20 +02:00
2020-02-12 22:54:42 +01:00
2019-03-19 01:46:25 +01:00
2020-06-05 01:39:24 +02:00
2019-05-17 03:15:12 +02:00
2019-10-02 23:51:20 +02:00
2020-02-13 18:37:17 +01:00
2020-05-14 21:55:47 +02:00
2020-06-02 15:51:37 +02:00
2019-10-04 00:43:10 +02:00
2020-06-05 01:39:24 +02:00
2020-04-14 20:11:20 +02:00
2020-01-18 03:14:59 +00:00
2020-05-22 13:33:27 -07:00
2019-04-17 23:02:26 +02:00
2020-06-05 01:39:24 +02:00
2020-05-13 01:36:47 +02:00
2020-06-03 14:39:59 +02:00
2020-06-02 15:51:37 +02:00
2020-03-26 18:57:32 +01:00
2020-04-28 16:32:48 +02:00
2019-10-02 23:51:20 +02:00
2020-03-02 15:02:18 +01:00