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

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