Skip to content

Commit f32f7a7

Browse files
authored
Update Include/internal/pycore_tstate.h
1 parent a39b4c1 commit f32f7a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Include/internal/pycore_tstate.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ struct _gc_thread_state {
2222
};
2323
#endif
2424

25-
2625
// Every PyThreadState is actually allocated as a _PyThreadStateImpl. The
2726
// PyThreadState fields are exposed as part of the C API, although most fields
2827
// are intended to be private. The _PyThreadStateImpl fields not exposed.

0 commit comments

Comments
 (0)