Skip to content

Commit 8f1cca9

Browse files
ericsnowcurrentlyaisk
authored andcommitted
pythongh-76785: Clean Up the Channels Module (pythongh-110568)
1 parent 4af9c3e commit 8f1cca9

File tree

3 files changed

+335
-297
lines changed

3 files changed

+335
-297
lines changed

Include/cpython/pystate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ struct _xid {
291291
// with deleted interpreters. Note that IDs are never re-used, so
292292
// each one will always correspond to a specific interpreter
293293
// (whether still alive or not).
294-
int64_t interp;
294+
int64_t interpid;
295295
// new_object is a function that returns a new object in the current
296296
// interpreter given the data. The resulting object (a new
297297
// reference) will be equivalent to the original object. This field

0 commit comments

Comments
 (0)