Skip to content

Some property macros do not use $crate:: access #234

Closed
@HeroicKatora

Description

@HeroicKatora

This issue affects code that declares classes with properties through py_class!/@property. In slots.rs some of the macros use bare names instead of $crate::_ when using others. This makes it necessary to manually import the referred to names on use. In particular, there are bare uses of py_class_prop_getter, py_class_prop_setter, py_class_call_slot_impl_with_ref and potentially others.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions