[New-bugs-announce] [issue40169] `dis.findlabels()` should accept a code object

laike9m report at bugs.python.org
Fri Apr 3 04:50:08 EDT 2020


New submission from laike9m <laike9m at gmail.com>:

Continuing our discussion in https://bugs.python.org/issue40122.

I would like to make `dis.findlabels()` accept a code object just like other APIs in the dis module. Also this can be a good chance to add tests for it.

----------
components: Library (Lib)
messages: 365684
nosy: laike9m, serhiy.storchaka
priority: normal
severity: normal
status: open
title: `dis.findlabels()` should accept a code object
type: enhancement
versions: Python 3.9

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


More information about the New-bugs-announce mailing list