Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2a54ca9

Browse files
author
Christopher Doris
committedAug 2, 2024·
remove out of date comment
1 parent 73f7eb8 commit 2a54ca9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎pytest/test_all.py

-2
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ def test_julia_gc():
8181
# We make a bunch of python objects with no reference to them,
8282
# then call GC to try to finalize them.
8383
# We want to make sure we don't segfault.
84-
# Here we can (manually) verify that the background task is running successfully,
85-
# by seeing the printout "Python GC (100 items): 0.000000 seconds."
8684
# We also programmatically check things are working by verifying the queue is empty.
8785
# Debugging note: if you get segfaults, then run the tests with
8886
# `PYTHON_JULIACALL_HANDLE_SIGNALS=yes python3 -X faulthandler -m pytest -p no:faulthandler -s --nbval --cov=pysrc ./pytest/`

0 commit comments

Comments
 (0)
Please sign in to comment.