gh-91320: Argument Clinic uses _PyCFunction_CAST() (#32210)
Replace "(PyCFunction)(void(*)(void))func" cast with _PyCFunction_CAST(func).
Loading
Please register or sign in to comment
Replace "(PyCFunction)(void(*)(void))func" cast with _PyCFunction_CAST(func).