Changes between Version 1 and Version 4 of Ticket #22747
- Timestamp:
- 04/03/17 15:42:34 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22747
-
Property
Commit
changed from
to
2b7032755d9be33a994b0c612860f8dd93dfbe74
-
Property
Branch
changed from
to
u/jdemeyer/ticket/22747
-
Property
Commit
changed from
-
Ticket #22747 – Description
v1 v4 1 1 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. 2 3 Unfortunately, this behaves badly if there are import cycles and there are many in Sage (#21636).