Skip to content

Commit 79a7977

Browse files
committed
Some typo fixes.
1 parent 97a569e commit 79a7977

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

peps/pep-0797.rst

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@ In doing so, an object will release its memory back to CPython's object allocato
175175
allocator is per-interpreter, so it is unsafe to try to release an object's
176176
memory in an interpreter different from the one that created it.
177177

178-
Rationale
179-
=========
180-
181-
182178
Specification
183179
=============
184180

@@ -419,8 +415,6 @@ The psuedo-code looks like this:
419415
Identifying Immortal Referents
420416
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
421417

422-
In some cases, a
423-
424418
To find the mortal objects that might want to reference an immortal, we have
425419
to make a reasonable assumption about how garbage collection works: in order
426420
for an object to :c:func:`Py_DECREF` another object in its destructor, it

0 commit comments

Comments
 (0)