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

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