]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36347: stop using RESTRICTED constants (GH-12684)
authorJeroen Demeyer <jeroen.k.demeyer@gmail.com>
Tue, 18 Feb 2020 13:14:46 +0000 (14:14 +0100)
committerGitHub <noreply@github.com>
Tue, 18 Feb 2020 13:14:46 +0000 (05:14 -0800)
commit24bba8cf5b8db25c19bcd1d94e8e356874d1c723
tree66da76634598a2a6bc47792cb38019adea634290
parent5d38517aa1836542a5417b724c093bcb245f0f47
bpo-36347: stop using RESTRICTED constants (GH-12684)

The constants `RESTRICTED` and `PY_WRITE_RESTRICTED` no longer have a meaning in Python 3. Therefore, CPython should not use them.

CC @matrixise

https://bugs.python.org/issue36347
Objects/classobject.c
Objects/funcobject.c
Objects/methodobject.c