We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b84be8d commit d65f485Copy full SHA for d65f485
Doc/whatsnew/3.12.rst
@@ -157,7 +157,7 @@ Other Language Changes
157
in :gh:`96670`.)
158
159
* The Garbage Collector now runs only on the eval breaker mechanism of the
160
- Python bytecode evaluation loop instead on object allocations. The GC can
+ Python bytecode evaluation loop instead of object allocations. The GC can
161
also run when :c:func:`PyErr_CheckSignals` is called so C extensions that
162
need to run for a long time without executing any Python code also have a
163
chance to execute the GC periodically. (Contributed by Pablo Galindo in
0 commit comments