Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GH-105848: Simplify the arrangement ofCALL's stack#107788

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
brandtbucher merged 6 commits intopython:mainfrombrandtbucher:calls
Aug 9, 2023
Merged
Show file tree
Hide file tree
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fix doctest
  • Loading branch information
@brandtbucher
brandtbucher committedAug 5, 2023
commitb48c86d4b99e3d88b89b0f81fff104c69078aea8
2 changes: 1 addition & 1 deletionDoc/library/dis.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -56,7 +56,7 @@ the following command can be used to display the disassembly of
>>> dis.dis(myfunc)
2 0 RESUME 0
<BLANKLINE>
3 2 LOAD_GLOBAL 1 (NULL +len)
3 2 LOAD_GLOBAL 1 (len +NULL)
12 LOAD_FAST 0 (alist)
14 CALL 1
22 RETURN_VALUE
Expand Down
2 changes: 1 addition & 1 deletionObjects/exception_handling_notes.txt
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -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
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp