lcm-proj / lcm

Lightweight Communications and Marshalling
GNU Lesser General Public License v2.1
944 stars 385 forks source link

lcm-python: replace PyEval_CallObject with PyObject_CallObject #383

Closed ihilt closed 1 year ago

ihilt commented 1 year ago

PyEval_CallObject was deprecated in 3.9 and PyObject_CallObject has been available since at least 2.7 and 3.5.