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

Fix a large chunk of exc_info changes on 0.29.x #4610

Merged
merged 1 commit into from
Feb 2, 2022

Commits on Feb 1, 2022

  1. Fix a large chunk of exc_info changes on 0.29.x

    By disabling CYTHON_FAST_THREAD_STATE and CYTHON_USE_EXC_INFO_STACK
    
    I think this still leaves some breakage in Coroutines.c but it's
    enough of a fix that Cython succeeds in building itself. Therefore
    I think it's worth doing now even if it doesn't fix everything.
    
    Related to cython#4500
    da-woods committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    39d535b View commit details
    Browse the repository at this point in the history