SIGN IN SIGN UP

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).
V
Victor Stinner committed
0cad068ec174bbe33fb80460da56eb413f3b9359
Parent: 3bb0994
Committed by GitHub <noreply@github.com> on 4/30/2021, 12:06:49 PM