vorner / pyo3-log

Logging bridge from pyo3 native extension to python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyO3 0.15 support.

Congyuwang opened this issue · comments

Presumably, there is no need of big change except for updating to version number to v0.5.0 and update pyo3 dependency to v0.15.

For now using pyo3-log gives me two version of pyo3 mixed if I use v0.15 in my project, which results in python failure: "Fatal Python error: PyThreadState_Get: no current thread"

Indeed the version should be updated. Do you want to send a pull request or wait for me to get around to it?

Okay. I'll send a PR.

Just released, thank you!