Make PyEval_CallObjectWithKeywords and PyObject_Call conditional
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Make PyEval_CallObjectWithKeywords and PyObject_Call conditional
Chris Gorman
requested to merge
chrisjohgorman/octave-pythonic:changes-octave-pythonic
into
master
May 11, 2022
Overview
8
Commits
5
Pipelines
6
Changes
4
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