mirror of
https://github.com/python/cpython.git
synced 2025-11-11 14:44:57 +00:00
fix typo in 3.12 What's New (#101105)
This commit is contained in:
parent
b84be8d9c0
commit
d65f485070
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ Other Language Changes
|
||||||
in :gh:`96670`.)
|
in :gh:`96670`.)
|
||||||
|
|
||||||
* The Garbage Collector now runs only on the eval breaker mechanism of the
|
* The Garbage Collector now runs only on the eval breaker mechanism of the
|
||||||
Python bytecode evaluation loop instead on object allocations. The GC can
|
Python bytecode evaluation loop instead of object allocations. The GC can
|
||||||
also run when :c:func:`PyErr_CheckSignals` is called so C extensions that
|
also run when :c:func:`PyErr_CheckSignals` is called so C extensions that
|
||||||
need to run for a long time without executing any Python code also have a
|
need to run for a long time without executing any Python code also have a
|
||||||
chance to execute the GC periodically. (Contributed by Pablo Galindo in
|
chance to execute the GC periodically. (Contributed by Pablo Galindo in
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue