885883bf68
* add Py::drop_ref method * add changelog entry * fix ffi import * integrate review feedback * Add a test * Fix some build errors * Fix some more build errors
126 B
126 B
Add Py::drop_ref
to explicitly drop a `Py`` and immediately decrease the Python reference count if the GIL is already held.