Skip to content

Commit 210772f

Browse files
Apply suggestions from code review
Co-authored-by: Peter Bierma <[email protected]>
1 parent cac64f1 commit 210772f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Lib/test/test_list.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def test_no_memory(self):
334334

335335
def test_deopt_from_append_list(self):
336336
# gh-132011: it used to crash, because
337-
# of `CALL_LIST_APPEND` specializetion failure.
337+
# of `CALL_LIST_APPEND` specialization failure.
338338
code = textwrap.dedent("""
339339
l = []
340340
def lappend(l, x, y):
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Fix crash on incorrect ``CALL_LIST_APPEND`` deoptimization.
1+
Fix crash when calling :meth:`list.append` as an unbound method.

0 commit comments

Comments
 (0)