In contrib/libs/python/Include/Python.h python included like
#pragma once
#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/Python.h>
#else
#include <contrib/tools/python/src/Include/Python.h>
#endif
However, there is no contrib/tools/python folder in the yatool repository. This is in contrast to other tools such as perforator, where the python tool is correctly included.
Could you please add the contrib/tools/python to the repository?
P.S. same with contrib/java/javax and contrib/java/io , contrib/java/com/google/guava
All found by ./ya make devtools/examples/tutorials -k run
In
contrib/libs/python/Include/Python.hpython included likeHowever, there is no
contrib/tools/pythonfolder in the yatool repository. This is in contrast to other tools such as perforator, where the python tool is correctly included.Could you please add the contrib/tools/python to the repository?
P.S. same with
contrib/java/javaxandcontrib/java/io,contrib/java/com/google/guavaAll found by
./ya make devtools/examples/tutorials -krun