https://github.com/python/cpython/commit/814ca116d54f40d6958a623deb614c3e3734e237 commit: 814ca116d54f40d6958a623deb614c3e3734e237 branch: main author: Yongzi Li <1538321...@qq.com> committer: nascheme <nas-git...@arctrix.com> date: 2025-04-29T17:20:50Z summary:
Docs: fix typo in `InternalDocs/garbage_collector.md` (gh-133151) Fix typo in `InternalDocs/garbage_collector.md`. files: M InternalDocs/garbage_collector.md diff --git a/InternalDocs/garbage_collector.md b/InternalDocs/garbage_collector.md index 3b2551a6b95b14..4da6cd47dc859e 100644 --- a/InternalDocs/garbage_collector.md +++ b/InternalDocs/garbage_collector.md @@ -622,7 +622,7 @@ used as follows. If the buffer has reached the maximum size, new object pointers found while following references are pushed to the stack, rather than put in the buffer. When dequeuing objects from the buffer, we will "prime" the buffer if the current length drops below the low threshold. Priming means -popping objects from the stack and enqueing them into the buffer. While +popping objects from the stack and enqueuing them into the buffer. While priming, we will fill it only until the high threshold is reached. To measure the effectiveness of the buffer, some benchmark programs were run _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com