aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/weakrefobject.h
blob: 61f499869f1c7154d00e18d398fe0d65b425cd4c (plain) (blame)
1
2
3
4
5
6
7
#pragma once 
 
#ifdef USE_PYTHON3 
#include <contrib/tools/python3/src/Include/weakrefobject.h> 
#else 
#include <contrib/tools/python/src/Include/weakrefobject.h> 
#endif