Victor Stinner
72c260cf0c
[3.10] bpo-46006: Revert "bpo-40521: Per-interpreter interned strings (GH-20085)" (GH-30422) (GH-30425)
...
This reverts commit ea251806b8dffff11b30d2182af1e589caf88acf.
Keep "assert(interned == NULL);" in _PyUnicode_Fini(), but only for
the main interpreter.
Keep _PyUnicode_ClearInterned() changes avoiding the creation of a
temporary Python list object.
Leave the PyInterpreterState structure unchanged to keep the ABI
backward compatibility with Python 3.10.0: rename the "interned"
member to "unused_interned".
(cherry picked from commit 35d6540c904ef07b8602ff014e520603f84b5886)
2022-01-06 16:12:28 +01:00
..
2020-04-08 02:01:56 +02:00
2019-04-17 23:02:26 +02:00
2021-03-24 02:23:01 +01:00
2021-04-28 22:58:44 -07:00
2021-04-28 22:58:44 -07:00
2020-12-23 03:41:08 +01:00
2020-12-23 03:41:08 +01:00
2020-11-13 15:38:17 +01:00
2021-06-22 00:10:23 -07:00
2020-02-12 22:32:34 +01:00
2019-11-14 13:36:21 +01:00
2021-03-08 22:56:37 +01:00
2021-10-03 20:03:49 +03:00
2021-04-25 13:38:00 +03:00
2019-04-17 23:02:26 +02:00
2021-02-19 15:10:45 +01:00
2021-03-22 11:58:59 +01:00
2021-04-30 15:21:42 +02:00
2020-12-03 12:46:16 +02:00
2021-02-19 15:10:45 +01: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
2021-01-12 15:43:32 +01:00
2021-03-29 12:28:14 +09:00
2022-01-06 16:12:28 +01:00
2020-06-22 17:39:32 +02:00
2021-04-02 15:28:13 +02:00
2021-04-22 00:52:52 +02:00
2021-09-22 01:33:59 +02:00
2021-03-24 01:29:09 +01:00
2020-07-08 00:20:37 +02:00
2021-03-24 02:23:01 +01:00
2021-05-03 16:47:27 +01:00
2019-04-17 23:02:26 +02:00
2021-04-02 15:28:13 +02:00
2021-05-22 00:50:11 +02:00
2021-02-19 13:33:31 +01:00
2021-01-12 10:29:45 +01:00
2021-05-03 15:50:24 +01:00
2021-12-12 01:24:12 +00:00
2020-03-26 18:57:32 +01:00
2021-10-07 06:00:23 -07:00
2020-06-22 17:27:35 +02:00
2020-10-27 04:36:22 +01:00
2021-07-18 18:37:41 +03:00
2021-02-19 15:10:45 +01:00