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

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