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 6ec528c commit 6346063Copy full SHA for 6346063
Doc/whatsnew/3.14.rst
@@ -133,7 +133,7 @@ Here's a simple example that inspects object types in a running Python process:
133
134
# Count objects by type
135
type_counts = collections.Counter(type(obj).__name__
136
- for obj in gc.get_objects())
+ for obj in gc.get_objects())
137
138
# Print the most common types
139
print("Most common object types in process:")
0 commit comments