Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
vendor: Add support for CYTHON_TRACE environment variable
This commit introduces the ability to enable line tracing in Cython for profiling purposes. This is controlled by the CYTHON_TRACE environment variable. When set, the 'linetrace' and 'binding' Cython directives are enabled, and the CYTHON_TRACE macro is defined.
- Loading branch information