Skip to content

Commit 6f45d71

Browse files
committed
Reword 'extremely common'.
1 parent 6e3550c commit 6f45d71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

peps/pep-0788.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,8 +268,8 @@ and :c:func:`PyThreadState_Swap`, and :c:func:`PyGILState_Ensure`. The latter,
268268
***********************************************************
269269

270270
At the time of writing, the current behavior of :c:func:`PyGILState_Ensure` does not
271-
match the documentation. Instead of hanging the thread during finalization
272-
as previously noted, it's extremely common for it to crash with a segmentation
271+
always match the documentation. Instead of hanging the thread during finalization
272+
as previously noted, it's possible for it to crash with a segmentation
273273
fault. This is a `known issue <https://github.com/python/cpython/issues/124619>`_
274274
that could be fixed in CPython, but it's definitely worth noting
275275
here. Incidentally, acceptance and implementation of this PEP will likely fix

0 commit comments

Comments
 (0)