Skip to content

Commit

Permalink
hypothesis/internal/entropy.py:130
Browse files Browse the repository at this point in the history
  • Loading branch information
jobh committed Jun 25, 2024
1 parent 9800540 commit a96debe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/internal/entropy.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def my_WORKING_hook():
"PRNG. See the docs for `register_random` for more "
"details."
)
elif not FREE_THREADED_CPYTHON: # pragma: no cover # FIXME
elif not FREE_THREADED_CPYTHON: # pragma: no branch
# On CPython, check for the free-threaded build because
# gc.get_referrers() ignores objects with immortal refcounts
# and objects are immortalized in the Python 3.13
Expand Down

0 comments on commit a96debe

Please sign in to comment.