Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Prevent warnings
  • Loading branch information
gvanrossum committed Jul 6, 2023
commit 94d567b1e262b699ebf714406059c7961c995dd9
2 changes: 2 additions & 0 deletions Python/optimizer.c
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,9 @@ translate_bytecode_to_trace(
_PyUOpInstruction *trace,
int max_length)
{
#ifdef Py_DEBUG
_Py_CODEUNIT *initial_instr = instr;
Comment thread
gvanrossum marked this conversation as resolved.
#endif
int trace_length = 0;

#ifdef Py_DEBUG
Expand Down