summaryrefslogtreecommitdiffstats
path: root/contrib/libs/python/Include/internal/pycore_weakref.h
blob: 4edd7ea731de7ac546c51071b87a25eb6c2f4015 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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