Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PyPy
pypy
Commits
b68ef6af91d6
Commit
5dfce051
authored
Dec 18, 2022
by
Matti Picus
Browse files
fix test
parent
af13d6b51b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
rpython/memory/test/test_transformed_gc.py
View file @
b68ef6af
...
...
@@ -1430,7 +1430,7 @@ class MyGcHooks(GcHooks):
def
on_gc_collect
(
self
,
num_major_collects
,
arenas_count_before
,
arenas_count_after
,
arenas_bytes
,
rawmalloc_bytes_before
,
rawmalloc_bytes_after
):
rawmalloc_bytes_after
,
pinned_objects
):
self
.
stats
.
collects
+=
1
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment