aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/dynamic_annotations.h
blob: 093fc3bcc8520423560c4ae51581e03439f2ba89 (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/dynamic_annotations.h> 
#else 
#error "No <dynamic_annotations.h> in Python2" 
#endif