Googling "XML_RESULTS Cython" revealed:
https://github.com/cython/cython/blob/master/Cython/Build/Dependencies.py#L1120
>From which parts of the relevant code in sage's setup.py also appears
to have been borrowed. It appears to be an undocumented (?) feature
which writes out results of Cython co
Does anybody have any idea what is the purpose of
compile_result_dir = os.environ['XML_RESULTS']
in src/setup.py?
It was introduced in https://trac.sagemath.org/ticket/9828 in a ticket
about upgrading Cython but without explanation...
Jeroen.
--
You received this message because you ar