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

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