mirror of
https://github.com/python/cpython.git
synced 2025-11-17 01:25:57 +00:00
Fix typos in comments (#120481)
This commit is contained in:
parent
285f42c850
commit
656a1c8108
4 changed files with 5 additions and 5 deletions
|
|
@ -214,7 +214,7 @@ _PyFrame_MakeAndSetFrameObject(_PyInterpreterFrame *frame);
|
|||
|
||||
/* Gets the PyFrameObject for this frame, lazily
|
||||
* creating it if necessary.
|
||||
* Returns a borrowed referennce */
|
||||
* Returns a borrowed reference */
|
||||
static inline PyFrameObject *
|
||||
_PyFrame_GetFrameObject(_PyInterpreterFrame *frame)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -346,7 +346,7 @@ struct _gc_runtime_state {
|
|||
Py_ssize_t long_lived_pending;
|
||||
|
||||
/* gh-117783: Deferred reference counting is not fully implemented yet, so
|
||||
as a temporary measure we treat objects using deferred referenence
|
||||
as a temporary measure we treat objects using deferred reference
|
||||
counting as immortal. The value may be zero, one, or a negative number:
|
||||
0: immortalize deferred RC objects once the first thread is created
|
||||
1: immortalize all deferred RC objects immediately
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue