diff options
author | Victor Stinner <vstinner@python.org> | 2021-04-30 14:06:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 14:06:49 +0200 |
commit | 0cad068ec174bbe33fb80460da56eb413f3b9359 (patch) | |
tree | 530294e1078c5da834364b5d8f2637bbb4fc28f7 /Python/compile.c | |
parent | 3bb09947ec4837de75532e21dd4bd25db0a1f1b7 (diff) | |
download | cpython-git-0cad068ec174bbe33fb80460da56eb413f3b9359.tar.gz |
bpo-43916: Remove _disabled_new() function (GH-25745)
posix and _hashlib use the new Py_TPFLAGS_DISALLOW_INSTANTIATION
flag on their heap types, rather than using a custom tp_new function
(_disabled_new).
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions