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

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