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

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