RustPython/RustPython

Add missing dis features for modulefinder

Ouverte

#3 846 ouverte le 8 juil. 2022

 (9 commentaires) (0 réaction) (0 personne assignée)Rust (1 437 forks)batch import
A-stdlibgood first issue

Métriques du dépôt

Stars
 (22 047 étoiles)
Métriques de merge PR
 (Merge moyen 2j 6h) (172 PRs mergées en 30 j)

Description

It is using a few missing features in _dis module.

Maybe adding them will not be enough for modulefinder due to bytecode imcompatibility.But adding dis items will be a good issue to start looking at RustPython project.

To add a new python module, check this article: https://rustpython.github.io/blog/2020/04/04/how-to-contribute-by-cpython-unittest.html

See #3863 for errors

Guide contributeur