]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-100222: fix typo _py_set_opocde -> _py_set_opcode (GH-100259)
authorCarl Meyer <carl@oddbird.net>
Thu, 15 Dec 2022 00:39:00 +0000 (17:39 -0700)
committerGitHub <noreply@github.com>
Thu, 15 Dec 2022 00:39:00 +0000 (16:39 -0800)
commitbdd86741bebd3efb51e540d5148e658cb34fd3ce
tree551d70eb829729e2898c05c939f9de1dcc339352
parentae83c782155ffe86830c3255e338f366e331ad30
GH-100222: fix typo _py_set_opocde -> _py_set_opcode (GH-100259)

Typo introduced in #100223.

Automerge-Triggered-By: GH:brandtbucher
Include/cpython/code.h
Python/specialize.c