You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gh-39092: Remove erroneous member declaration in farey_symbol
As you can see in the C++ header file, there is in fact no members named
`a, b, c, d`. In fact it's an error in C++ to have a member function and
member variable with the same name.
Newer versions of Cython gives hard-to-debug errors for this.
### 📝 Checklist
- [x] The title is concise and informative.
- [x] The description explains in detail what this PR is about.
- [ ] I have updated the documentation and checked the documentation
preview.
### ⌛ Dependencies
<!-- List all open PRs that this PR logically depends on. For example,
-->
<!-- - #12345: short description why this is a dependency -->
<!-- - #34567: ... -->
URL: #39092
Reported by: user202729
Reviewer(s): Julian Rüth
0 commit comments