[New-bugs-announce] [issue41888] Duplicate Opcode value in master and 3.9rc2

anthony shaw report at bugs.python.org
Tue Sep 29 23:06:11 EDT 2020


New submission from anthony shaw <anthonyshaw at apache.org>:

I noticed that HAVE_ARGUMENT and STORE_NAME have the same value (90) in Include/opcode.h in both the source code and in the 2bd31b5f revision (3.9.0rc2).

This must be creating some weird bugs.

https://github.com/python/cpython/blob/582aaf19e8b94a70c1f96792197770d604ba0fdf/Include/opcode.h#L70-L71

----------
components: Interpreter Core
messages: 377688
nosy: anthonypjshaw
priority: normal
severity: normal
status: open
title: Duplicate Opcode value in master and 3.9rc2
type: compile error
versions: Python 3.10, Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41888>
_______________________________________


More information about the New-bugs-announce mailing list