• da-woods's avatar
    Only set HAVE_VECTORCALL flag when using vectorcall (GH-4453) · 01d323ab
    da-woods authored
    Before this the _Py_TPFLAGS_HAVE_VECTORCALL was set all the time
    when using the limited api, but a CyFunction never sets up a
    vectorcall function. This caused basically all function calls to
    crash when binding=True with the limited API.
    
    Also removes the premature refnanny usage when setting up the module.
    01d323ab
ModuleNode.py 173 KB