Skip to content

Conversation

@tornaria
Copy link
Contributor

The code we remove here is a legacy assert which has no equivalent in python 3.12. The way it's implemented uses compile time IF which is deprecated in cython 3 so it's desirable to remove.

See also: #36524 (comment)

📝 Checklist

  • The title is concise, informative, and self-explanatory.
  • The description explains in detail what this PR is about.
  • I have linked a relevant issue or discussion.

The code we remove here is a legacy assert which has no equivalent in
python 3.12. The way it's implemented uses compile time `IF` which is
deprecated in cython 3 so it's desirable to remove.
@tornaria tornaria requested a review from dcoudert October 25, 2023 21:19
@github-actions
Copy link

Documentation preview for this PR (built with commit d4ba99c; changes) is ready! 🎉

Copy link
Contributor

@tobiasdiez tobiasdiez left a comment

Choose a reason for hiding this comment

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

Thanks! Tests are passing, so it seems to be fine to remove it. But I'll let a cython export have the final say.

@vbraun vbraun merged commit bfdbb63 into sagemath:develop Nov 5, 2023
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.

4 participants