piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Problem with package: decompyle3 #446

Closed guressemalenga closed 1 month ago

guressemalenga commented 1 month ago

Package name

decompyle3

Package version

3.9..1

PyPI URL

https://pypi.org/project/decompyle3/

piwheels URL

https://www.piwheels.org/project/decompyle3/

Python version

I am aware this is the issue tracker for a Python package index specifically for Raspberry Pi

I have checked for duplicate issues

I am the maintainer

More information

I use decompyle3 or uncompyle6 It decompiles my functions that do not start with "get" but if my function or method starts with "get" it generates an error: def get_list_patientParse error at or near `POP_BLOCK' instruction at offset 120

so my function is get_list_patient(request): since it starts with "get" it gives this error.