Skip to content
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

libyaml-based builds segfault on Python 3.13.0a1 #761

Open
nitzmahone opened this issue Oct 17, 2023 · 1 comment
Open

libyaml-based builds segfault on Python 3.13.0a1 #761

nitzmahone opened this issue Oct 17, 2023 · 1 comment

Comments

@nitzmahone
Copy link
Member

Fails on Linux x86_64 when built under Cython 3.0.3 (w/ distutils compat hack) and Cython 0.29.36. Suspecting this is a Cython upstream issue...

@nitzmahone
Copy link
Member Author

nitzmahone commented Oct 17, 2023

Building with cython/cython#5767 gets us a little closer- no more segfault, but still blows up on import with various missing symbols; I fixed PyThreadState_GetUnchecked locally, but there are several others that are still broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant