-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
support python 311 312 313 #102
Comments
Started the work (including deprecation of py38 which lost support on conda-forge) but ran into multiple issues. When py312 is included, When just py311 is added, When creating a local py312 env, you get this error on importing gk:
|
Got a segfault on exiting python in py312 and py313:
It happens when this static unordered map is deallocated, specifically when Py_XDECREF is called on the stored PyObject str. Looked into it and it's likely a python bug, for now I created python/cpython#126508 |
Requires updating meta.yaml (on conda-forge, but only after local testing)
The text was updated successfully, but these errors were encountered: