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