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