summaryrefslogtreecommitdiffstats
path: root/Objects/exception_handling_notes.txt
diff options
context:
space:
mode:
authorBrandt Bucher <brandtbucher@microsoft.com>2023-08-09 18:19:39 (GMT)
committerGitHub <noreply@github.com>2023-08-09 18:19:39 (GMT)
commita9caf9cf9041d6d0b69f8be0fd778dd1f9b50e74 (patch)
tree5e325bac9eda1b264d3e5fd32991eed91d243f16 /Objects/exception_handling_notes.txt
parent0a7f48b9a8d54809f1e9272337aefe2444158e64 (diff)
downloadcpython-a9caf9cf9041d6d0b69f8be0fd778dd1f9b50e74.zip
cpython-a9caf9cf9041d6d0b69f8be0fd778dd1f9b50e74.tar.gz
cpython-a9caf9cf9041d6d0b69f8be0fd778dd1f9b50e74.tar.bz2
GH-105848: Simplify the arrangement of CALL's stack (GH-107788)
Diffstat (limited to 'Objects/exception_handling_notes.txt')
-rw-r--r--Objects/exception_handling_notes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Objects/exception_handling_notes.txt b/Objects/exception_handling_notes.txt
index 7de01fd..387ef93 100644
--- a/Objects/exception_handling_notes.txt
+++ b/Objects/exception_handling_notes.txt
@@ -47,7 +47,7 @@ a table to determine where to jump to when an exception is raised.
2 2 NOP
- 3 4 LOAD_GLOBAL 1 (NULL + g)
+ 3 4 LOAD_GLOBAL 1 (g + NULL)
16 LOAD_CONST 1 (0)
18 PRECALL 1
22 CALL 1