Skip to content

Commit 470219b

Browse files
Update optimizer_analysis.c
1 parent c2e7a26 commit 470219b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Python/optimizer_analysis.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,7 @@ get_current_code_object(JitOptContext *ctx)
382382
return (PyCodeObject *)ctx->frame->code;
383383
}
384384

385-
static
386-
PyFunctionObject *
385+
static PyFunctionObject *
387386
optimize_guard_code_version(JitOptContext *ctx, _PyBloomFilter *dependencies,
388387
_PyUOpInstruction *this_instr, uint32_t version)
389388
{

0 commit comments

Comments
 (0)