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

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