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 344f32c commit 014d98aCopy full SHA for 014d98a
1 file changed
Include/internal/pycore_interp_structs.h
@@ -249,11 +249,6 @@ struct _gc_runtime_state {
249
/* The number of live objects. */
250
Py_ssize_t heap_size;
251
252
- /* dummy members to preserve other offsets */
253
- Py_ssize_t dummy1; /* was work_to_do */
254
- int dummy2; /* was visited_space */
255
- int dummy3; /* was phase */
256
-
257
/* This is the number of objects that survived the last full
258
collection. It approximates the number of long lived objects
259
tracked by the GC.
0 commit comments