summaryrefslogtreecommitdiffstats
path: root/Include/cpython/bytesobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'Include/cpython/bytesobject.h')
-rw-r--r--Include/cpython/bytesobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/cpython/bytesobject.h b/Include/cpython/bytesobject.h
index 6b3f552..2c6d631 100644
--- a/Include/cpython/bytesobject.h
+++ b/Include/cpython/bytesobject.h
@@ -4,7 +4,7 @@
typedef struct {
PyObject_VAR_HEAD
- Py_hash_t ob_shash;
+ Py_DEPRECATED(3.11) Py_hash_t ob_shash;
char ob_sval[1];
/* Invariants: