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

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