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

bpo-46841: remove no-longer-used macro UPDATE_PREV_INSTR_OPARG#32100

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
Merged
Changes fromall commits
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
bpo-46841: remove no-longer-used macro UPDATE_PREV_INSTR_OPARG
  • Loading branch information
@iritkatriel
iritkatriel committedMar 24, 2022
commitc9f8838555622305c64a2ca0891e719c61d0af1f
2 changes: 0 additions & 2 deletionsPython/ceval.c
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -1433,8 +1433,6 @@ eval_frame_handle_pending(PyThreadState *tstate)

#define DEOPT_IF(cond, instname) if (cond) { goto instname ## _miss; }

#define UPDATE_PREV_INSTR_OPARG(instr, oparg) ((uint8_t*)(instr))[-1] = (oparg)


#define GLOBALS() frame->f_globals
#define BUILTINS() frame->f_builtins
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp