Crash when attempting to access a builtin's __code__
#6539
Labels
Astroid
Related to astroid
Crash 💥
A bug that makes pylint crash
Needs astroid update
Needs an astroid update (probably a release too) before being mergable
Milestone
Bug description
Simplified from an example in
cloudpickle
, where it was guarded byif PYPY:
Updated to remove the use of a pylint extension.
Configuration
n/a
Command used
Pylint output
Expected behavior
no crash
Pylint version
Not caused recently.
OS / Environment
Use s CPython interpreter instead of PyPy so that
__code__
is missing:Additional dependencies
No response
The text was updated successfully, but these errors were encountered: