gh-105107: Remove PyEval_CallFunction() function (#105108)
Remove 4 functions from the C API, deprecated in Python 3.9: * PyEval_CallObjectWithKeywords() * PyEval_CallObject() * PyEval_CallFunction() * PyEval_CallMethod() Keep 3 functions in the stable ABI: * PyEval_CallObjectWithKeywords() * PyEval_CallFunction() * PyEval_CallMethod()
V
Victor Stinner committed
579c41c10224a004c3e89ed9088771325c1c1a98
Parent: adccff3
Committed by GitHub <noreply@github.com>
on 5/31/2023, 11:17:06 AM