boostorg / python

Boost.org python module
http://boostorg.github.io/python
Boost Software License 1.0
468 stars 201 forks source link

Update call_method.hpp to avoid deprecation issue on PyEval #373

Closed da115115 closed 2 years ago

da115115 commented 3 years ago

Was missing from https://github.com/boostorg/python/pull/320 I've tested it on one of my projects with (that patch on) Boost.Python/Boost 1.76.0 and it works well. Without that patch, there is a deprecation error.

hdu-sdlzx commented 2 years ago

ping @stefanseefeld