Open rcmcdonald91 opened 1 year ago
My first attempt at python extension work, I am addressing failing tests.
In the interim, I have created another PR #106 that directly addresses the missing Py_INCREF
issue. #105 needs more work.
This likely requires a broader discussion on the minimum python version we want to support.
We generally support all Python versions that are still getting security updates upstream. That would mean that we will want to support 3.7 until June.
I haven't looked too closely at the code yet, but it would be fine to conditionally compile blocks of code for particular Python versions.
Py_INCREF
that can cause segfaults when used by embedded interpreters.