summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_pyarena.h
blob: 2d9df07dfcd584ae06bf87e6b574d10bcce49bf3 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

#ifdef USE_PYTHON3
#include <contrib/tools/python3/Include/internal/pycore_pyarena.h>
#else
#error "No <internal/pycore_pyarena.h> in Python2"
#endif