Eric Snow
df3173d28e
gh-101659: Isolate "obmalloc" State to Each Interpreter (gh-101660)
...
This is strictly about moving the "obmalloc" runtime state from
`_PyRuntimeState` to `PyInterpreterState`. Doing so improves isolation
between interpreters, specifically most of the memory (incl. objects)
allocated for each interpreter's use. This is important for a
per-interpreter GIL, but such isolation is valuable even without it.
FWIW, a per-interpreter obmalloc is the proverbial
canary-in-the-coalmine when it comes to the isolation of objects between
interpreters. Any object that leaks (unintentionally) to another
interpreter is highly likely to cause a crash (on debug builds at
least). That's a useful thing to know, relative to interpreter
isolation.
2023-04-24 17:23:57 -06:00
..
2023-04-22 13:39:37 -06:00
2022-10-17 12:01:00 +02:00
2022-10-17 12:01:00 +02:00
2023-02-15 15:32:31 -07:00
2022-11-09 10:50:09 -08:00
2021-03-23 20:47:40 +01:00
2022-10-25 23:34:22 +01:00
2023-04-11 11:15:09 +01:00
2023-03-22 14:49:51 +00:00
2023-02-28 14:16:39 -07:00
2022-10-05 01:34:03 +01:00
2023-03-23 10:37:04 +00:00
2022-11-16 09:37:14 -07:00
2023-04-24 22:22:14 +00:00
2023-04-05 09:22:33 +02:00
2023-04-12 12:04:55 +01:00
2023-04-24 22:22:14 +00:00
2023-04-11 11:53:06 +01:00
2023-04-24 22:22:14 +00:00
2022-06-21 15:45:49 +02:00
2022-11-16 09:54:28 -07:00
2023-02-28 13:14:40 -07:00
2022-07-26 11:16:51 +02:00
2017-12-12 13:55:04 +02:00
2021-09-08 14:43:00 +02:00
2023-02-15 15:32:31 -07:00
2012-05-04 15:20:40 -04:00
2023-03-09 21:09:12 +00:00
2022-04-03 22:58:52 +02:00
2023-04-11 11:53:06 +01:00
2023-03-16 17:27:21 +00:00
2023-04-11 11:20:39 +01:00
2022-05-13 12:41:05 +02:00
2023-02-28 11:50:52 +00:00
2023-04-24 21:48:05 +00:00
2022-05-24 22:35:08 +02:00
2022-11-02 15:13:07 +00:00
2023-04-24 22:22:14 +00:00
2022-12-17 12:07:44 +05:30
2021-02-25 20:24:21 -08:00
2023-01-08 09:13:25 -06:00
2022-06-01 05:50:01 -04:00
2017-11-28 17:56:10 +02:00
2022-11-15 09:45:11 -07:00
2022-11-22 13:39:11 +01:00
2020-06-22 00:41:48 -07:00
2023-04-24 21:48:05 +00:00
2023-02-15 18:16:00 -07:00
2022-03-30 12:28:33 -07:00
2023-04-05 09:22:33 +02:00
2023-04-22 13:39:37 -06:00
2023-03-06 19:40:09 -07:00
2023-04-22 13:39:37 -06:00
2023-04-12 12:04:55 +01:00
2023-03-22 14:49:51 +00:00
2023-02-28 11:50:52 +00:00
2022-10-07 11:49:53 -07:00
2021-10-19 02:04:52 +02:00
2023-04-24 22:22:14 +00:00
2023-04-24 22:22:14 +00:00
2022-11-03 18:34:32 +01:00
2022-12-08 17:17:20 -07:00
2022-06-17 16:12:00 +02:00
2021-03-24 02:23:01 +01:00
2009-04-27 20:54:42 +00:00
2022-01-13 09:46:04 +01:00
2021-10-10 17:29:46 +09:00
2023-04-24 17:23:57 -06:00
2021-10-15 19:45:34 +02:00
2023-04-24 17:23:57 -06:00
2020-08-27 14:45:25 +09:00
2022-04-21 22:07:19 +02:00
2022-04-11 15:34:18 +01:00
2023-02-28 14:16:39 -07:00
2023-04-19 11:18:16 -05:00
2023-03-19 15:17:59 +00:00
2023-02-19 17:16:11 -08:00
2014-07-25 21:52:14 +10:00
2023-04-12 12:04:55 +01:00
2023-02-15 22:08:20 -08:00
2022-11-16 18:34:24 +01:00
2022-11-30 16:55:16 +05:30
2023-03-02 18:38:22 +00:00
2023-04-24 17:23:57 -06:00
2022-12-08 17:50:58 -07:00
2022-12-08 17:50:58 -07:00
2022-12-09 10:17:54 -07:00
2022-12-08 17:50:58 -07:00
2023-03-16 19:03:52 +00:00