[issue39902] dis.Bytecode objects should be comparable

Batuhan Taskaya report at bugs.python.org
Sun Mar 8 08:15:59 EDT 2020


New submission from Batuhan Taskaya <batuhanosmantaskaya at gmail.com>:

import dis
>>> dis.Bytecode("print(1)") == dis.Bytecode("print(1)")
False

----------
components: Library (Lib)
messages: 363656
nosy: BTaskaya
priority: normal
severity: normal
status: open
title: dis.Bytecode objects should be comparable
type: enhancement
versions: Python 3.9

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


More information about the Python-bugs-list mailing list