We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e23fa7 commit 16961d0Copy full SHA for 16961d0
Include/cpython/bytesobject.h
@@ -5,7 +5,7 @@
5
typedef struct {
6
PyObject_VAR_HEAD
7
Py_DEPRECATED(3.11) Py_hash_t ob_shash;
8
- char ob_sval[1];
+ unsigned char ob_sval[1];
9
10
/* Invariants:
11
* ob_sval contains space for 'ob_size+1' elements.
0 commit comments