Changes between Version 1 and Version 2 of Ticket #17854
- Timestamp:
- 02/25/15 16:52:52 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17854 – Description
v1 v2 1 1 Move `c_lib` code to Cython modules, or refactor code to no longer use `c_lib`: 2 2 3 * #17668: Replace PY_NEW and PY_NEW_SAME_TYPE by __new__() method 4 * #17726: Replace PY_TYPE() by type() 5 * #17725: Replace PY_TYPE_CHECK_EXACT 6 * #17800: Replace PY_TYPE_CHECK and IS_INSTANCE by isinstance 3 7 * #17625: Remove init_csage_module() 4 8 * #17789: Remove c_lib/src/ZZ_pylong.cpp