Skip to content

Exception.__init__.__qualname__ is incorrectly set to 'BaseException.__init__' #2771

@sobolevn

Description

@sobolevn

Feature

CPython:

Python 3.9.4 (default, Apr  5 2021, 01:47:16) 
[Clang 11.0.0 (clang-1100.0.33.17)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> Exception.__init__.__qualname__
'Exception.__init__'

RustPython:

Welcome to the magnificent Rust Python 0.1.2 interpreter 😱 🖖
>>>>> Exception.__init__.__qualname__
'BaseException.__init__'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions