Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae83c78 commit bdd8674Copy full SHA for bdd8674
2 files changed
Include/cpython/code.h
@@ -28,7 +28,7 @@ typedef union {
28
#define _Py_OPARG(word) ((word).oparg)
29
30
static inline void
31
-_py_set_opocde(_Py_CODEUNIT *word, uint8_t opcode)
+_py_set_opcode(_Py_CODEUNIT *word, uint8_t opcode)
32
{
33
word->opcode = opcode;
34
}
0 commit comments