Opened 5 years ago
Last modified 9 months ago
#22747 closed enhancement
(experimental) Compile Cython code with binding=True — at Version 1
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | cython | Keywords: | |
Cc: | klee | Merged in: | |
Authors: | Jeroen Demeyer | Reviewers: | |
Report Upstream: | Reported upstream. No feedback yet. | Work issues: | |
Branch: | Commit: | ||
Dependencies: | #21682 | Stopgaps: |
Description (last modified by )
When using the Cython compiler directive binding=True
, Cython uses a custom type to implement functions and methods. This custom type supports more Python features. The most important changes lie in inspect
support.
Note: See
TracTickets for help on using
tickets.