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

Commitbdd8674

Browse files
authored
GH-100222: fix typo _py_set_opocde -> _py_set_opcode (GH-100259)
Typo introduced in#100223.Automerge-Triggered-By: GH:brandtbucher
1 parentae83c78 commitbdd8674

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-66
lines changed

‎Include/cpython/code.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ typedef union {
2828
#define_Py_OPARG(word) ((word).oparg)
2929

3030
staticinlinevoid
31-
_py_set_opocde(_Py_CODEUNIT*word,uint8_topcode)
31+
_py_set_opcode(_Py_CODEUNIT*word,uint8_topcode)
3232
{
3333
word->opcode=opcode;
3434
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp