mirror of
https://github.com/python/cpython.git
synced 2025-07-12 13:55:34 +00:00
Add more const modifiers. (GH-26691)
This commit is contained in:
parent
9f1c5f6e8a
commit
be8b631b7a
9 changed files with 27 additions and 27 deletions
|
@ -120,7 +120,7 @@ oparg_from_instruction_and_update_offset(int index, int opcode, int original_opa
|
|||
}
|
||||
|
||||
static int
|
||||
entries_needed(_Py_CODEUNIT *code, int len)
|
||||
entries_needed(const _Py_CODEUNIT *code, int len)
|
||||
{
|
||||
int cache_offset = 0;
|
||||
int previous_opcode = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue