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 032de73 commit 869c0c9Copy full SHA for 869c0c9
1 file changed
Objects/stringlib/join.h
@@ -20,7 +20,7 @@ STRINGLIB(bytes_join)(PyObject *sep, PyObject *iterable)
20
Py_buffer static_buffers[NB_STATIC_BUFFERS];
21
#define GIL_THRESHOLD 1048576
22
int drop_gil = 1;
23
- PyThreadState *save;
+ PyThreadState *save = NULL;
24
25
seq = PySequence_Fast(iterable, "can only join an iterable");
26
if (seq == NULL) {
0 commit comments