-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Issues: cython/cython
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
[ENH] Eliminate exception getting for trivial except clauses
Optimization
#6601
opened Jan 7, 2025 by
scoder
[BUG] __radd__ etc misused by Python classes derived from Cython extension classes
#6598
opened Jan 6, 2025 by
gplepage
[BUG] Cython does not allow runtime specialization of fused type
#6588
opened Dec 29, 2024 by
user202729
[BUG] from within cppclass, accessing fields from the constructor and from the method is different
#6576
opened Dec 23, 2024 by
simplepersonru
[BUG] Temporarily file not properly cleaned on compilation flag change
#6565
opened Dec 16, 2024 by
user202729
[ENH] Better diagnostic message for
fatal error: ios: No such file or directory
— require usage of C++
#6560
opened Dec 11, 2024 by
user202729
[ENH] Explain effect of
binding=False
on @functools.wraps(f)
in the documentation of compiler directives
#6557
opened Dec 9, 2024 by
user202729
[ENH] Report error on extern cppclass with member and method has the same name
#6554
opened Dec 9, 2024 by
user202729
[BUG] ModuleNotFoundError when cimporting from embedded cython program
#6533
opened Dec 4, 2024 by
Source61
[BUG]
__get__
does not allow optional last argument breaks Python compatibility
defect
Python Semantics
#6527
opened Nov 30, 2024 by
user202729
Better separation of MemoryViewIndexNode and MemoryViewSliceNode
cleanup
#6519
opened Nov 25, 2024 by
scoder
Previous Next
ProTip!
Exclude everything labeled
bug
with -label:bug.