diff options
author | kuzmich321 <[email protected]> | 2025-08-04 21:11:07 +0300 |
---|---|---|
committer | kuzmich321 <[email protected]> | 2025-08-04 22:16:42 +0300 |
commit | 78b39e84c02a1fe198c07279e3ad46245fa09981 (patch) | |
tree | 891c70e3d96264a4ad19b700c53f8b05e3df84c3 /contrib/libs/python/Include_prev/bytesobject.h | |
parent | d1486eddc9e9da29f76c1fae5550805eec939482 (diff) |
add DUSE_PYTHON3_PREV support
commit_hash:b2e89d949d9560889cc979429e8fa79494368f76
Diffstat (limited to 'contrib/libs/python/Include_prev/bytesobject.h')
-rw-r--r-- | contrib/libs/python/Include_prev/bytesobject.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/contrib/libs/python/Include_prev/bytesobject.h b/contrib/libs/python/Include_prev/bytesobject.h new file mode 100644 index 00000000000..9f84aeee3ab --- /dev/null +++ b/contrib/libs/python/Include_prev/bytesobject.h @@ -0,0 +1,7 @@ +#pragma once + +#ifdef USE_PYTHON3_PREV +#include <contrib/tools/python3_prev/Include/bytesobject.h> +#else +#include <contrib/tools/python/src/Include/bytesobject.h> +#endif |