Skip to content

Lack of python in contrib tools #27

@Quviry

Description

@Quviry

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions