Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for __dict__ and __weakref__ in types with slots #49

Open
Paebbels opened this issue May 14, 2022 · 0 comments
Open

Add support for __dict__ and __weakref__ in types with slots #49

Paebbels opened this issue May 14, 2022 · 0 comments
Labels
Enhancement New feature or request ExtendedType A meta-class extending 'type'. MetaClass Generally about meta-classes.

Comments

@Paebbels
Copy link
Member

Derived from #46:

  • Support __dict__ in slotted types.
  • Support __weakref__ in slotted types.
@Paebbels Paebbels added the Enhancement New feature or request label May 14, 2022
@Paebbels Paebbels added MetaClass Generally about meta-classes. ExtendedType A meta-class extending 'type'. labels Dec 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement New feature or request ExtendedType A meta-class extending 'type'. MetaClass Generally about meta-classes.
Projects
None yet
Development

No branches or pull requests

1 participant