SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72156 0 82 Python

bpo-37340: Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList() (GH-17284)

Remove PyMethod_ClearFreeList() and PyCFunction_ClearFreeList()
functions: the free lists of bound method objects have been removed.

Remove also _PyMethod_Fini() and _PyCFunction_Fini() functions.
V
Victor Stinner committed
4dedd0f0ddc5a983a57bf0105eb34f948a91d2c4
Parent: 7247407
Committed by GitHub <noreply@github.com> on 11/20/2019, 11:59:12 AM