Skip to content

Fix Cython noexcept build warnings#183

Open
ndgrigorian wants to merge 1 commit intomasterfrom
fix-cython-build-warnings
Open

Fix Cython noexcept build warnings#183
ndgrigorian wants to merge 1 commit intomasterfrom
fix-cython-build-warnings

Conversation

@ndgrigorian
Copy link
Copy Markdown
Collaborator

This PR proposes fixing Cython warnings when building mkl-service caused by unnecessary noexcept and except * declarations

Copilot AI review requested due to automatic review settings April 12, 2026 09:03
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reduces Cython build warnings in mkl-service by removing redundant/incorrect exception-specifiers (noexcept, except *) from internal Cython helper functions in the MKL wrapper layer.

Changes:

  • Remove noexcept from an internal helper that returns a Python str.
  • Remove except * from multiple internal helpers that return Python objects/strings.

@ndgrigorian ndgrigorian force-pushed the fix-cython-build-warnings branch from cd32d6d to 0dfec79 Compare April 12, 2026 09:10
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

Successfully merging this pull request may close these issues.

2 participants