This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: `dis.findlabels()` should accept a code object
Type: behavior Stage: patch review
Components: Library (Lib) Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: laike9m, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2020-04-03 08:50 by laike9m, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 19356 open laike9m, 2020-04-04 07:14
Messages (1)
msg365684 - (view) Author: laike9m (laike9m) * Date: 2020-04-03 08:50
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.
History
Date User Action Args
2022-04-11 14:59:29adminsetgithub: 84350
2020-04-04 07:26:38laike9msettype: enhancement -> behavior
2020-04-04 07:14:55laike9msetkeywords: + patch
stage: patch review
pull_requests: + pull_request18717
2020-04-03 08:50:08laike9mcreate