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

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