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