[go: up one dir, main page]

Make PyEval_CallObjectWithKeywords and PyObject_Call conditional

  • make PyEval_CallObjectWithKeywords called if python is less than equal to 3.8 and for everything else use PyObject_Call.
  • Fixes issue #91 (closed)

Merge request reports

Loading