Keryn Knight
55022f75c1
Fixed #33465 -- Added empty __slots__ to SafeString and SafeData.
...
Despite inheriting from the str type, every SafeString instance gains
an empty __dict__ due to the normal, expected behaviour of type
subclassing in Python.
Adding __slots__ to SafeData is necessary, because otherwise inheriting
from that (as SafeString does) will give it a __dict__ and negate the
benefit added by modifying SafeString.
2022-01-29 13:50:34 +01:00
..
2019-07-31 10:02:13 +02:00
2021-07-30 20:34:50 +02:00
2021-05-26 12:29:43 +02:00
2021-02-01 09:07:36 +01:00
2022-01-04 13:08:36 +01:00
2021-06-07 06:52:42 +02:00
2021-09-29 11:37:50 +02:00
2021-05-07 11:57:40 +02:00
2020-12-08 08:55:44 +01:00
2021-12-02 11:27:29 +01:00
2021-03-10 09:29:05 +01:00
2021-07-13 13:21:10 +02:00
2021-12-20 06:46:34 +01:00
2021-05-12 14:42:17 +02:00
2022-01-04 13:15:29 +01:00
2020-02-18 20:03:44 +01:00
2019-10-30 13:13:15 +01:00
2021-12-16 18:52:27 +01:00
2020-10-05 20:42:46 +02:00
2021-11-22 11:52:19 +01:00
2022-01-07 12:25:06 +01:00
2021-03-22 13:17:54 +01:00
2020-05-12 08:52:23 +02:00
2021-09-16 20:20:54 +02:00
2021-09-14 12:05:43 +02:00
2019-08-13 17:17:39 +02:00
2021-03-15 13:03:30 +01:00
2022-01-29 13:50:34 +01:00
2020-07-29 07:57:06 +02:00
2021-12-14 20:19:44 +01:00
2021-04-10 20:23:12 +02:00
2021-09-16 12:11:05 +02:00
2021-05-13 07:26:52 +02:00