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

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