aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/cpython/picklebufobject.h
blob: 15cb201e997c30024ca25f6ff690e1f4a590fead (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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