mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Typo fix
This commit is contained in:
parent
db57135226
commit
b2a739d19b
1 changed files with 1 additions and 1 deletions
|
@ -758,7 +758,7 @@ Core and builtins
|
||||||
weakref to a dead object, or via any Python code run in any other thread
|
weakref to a dead object, or via any Python code run in any other thread
|
||||||
that managed to obtain the GIL while a __del__ or callback was running
|
that managed to obtain the GIL while a __del__ or callback was running
|
||||||
in the thread doing gc). The most likely symptom was "impossible"
|
in the thread doing gc). The most likely symptom was "impossible"
|
||||||
``AttributeEror`` exceptions, appearing seemingly at random, on weakly
|
``AttributeError`` exceptions, appearing seemingly at random, on weakly
|
||||||
referenced objects. The cure was to clear all weakrefs to unreachable
|
referenced objects. The cure was to clear all weakrefs to unreachable
|
||||||
objects before allowing any callbacks to run.
|
objects before allowing any callbacks to run.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue