blob: c09db74ebef389729688ab4e491741f94ba26ace (
plain) (
blame)
1
2
3
4
5
6
7
|
#pragma once
#ifdef USE_PYTHON3_PREV
#include <contrib/tools/python3_prev/Include/internal/pycore_exceptions.h>
#else
#error "No <internal/pycore_exceptions.h> in Python2"
#endif
|