Changes between Version 16 and Version 17 of Ticket #29701
- Timestamp:
- 06/03/20 22:57:15 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29701 – Description
v16 v17 1 1 We add two new features to `find_python_sources`: finding Cython extensions, and filtering by "distributions". 2 2 3 3 We remove the use of `module_list`, finding Cython extensions instead in the source tree. (This is prepared by #29706 and follow-up tickets by moving Extension options to directives in the source files.) 4 4