Changes between Version 14 and Version 15 of Ticket #22747
- Timestamp:
- 06/02/17 19:47:22 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22747 – Description
v14 v15 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).4 2 5 3 We find several Cython bugs regarding `binding=True`: