aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/picklebufobject.h
blob: 70eba96ded5af248a3b859e1e66d65de24c85d11 (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