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

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