summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include_prev/cpython/picklebufobject.h
blob: e7ee5847321d1375db4f07dee820508336382cf1 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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