Skip to content

PY-82262: remove usage of noexcept due to no jetbrains ide support #3104

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lattwood
Copy link

This PR closes PY-82262 by removing the usage of the noexcept Cython keyword which is presently unsupported by JetBrains products. (See: https://youtrack.jetbrains.com/issue/PY-59249/Latest-Cython-3.0.0b1-except-noexcept-legal-syntax-red-lined for an explanation why)

This probably creates a performance regression, but the code can now be edited by a JetBrains product.

@BartvHelvert BartvHelvert added the PyCharm Pull requests for PyCharm label Jun 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PyCharm Pull requests for PyCharm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants