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

Forbid overriding __init__ #31

Open
spenczar opened this issue Aug 5, 2023 · 0 comments
Open

Forbid overriding __init__ #31

spenczar opened this issue Aug 5, 2023 · 0 comments

Comments

@spenczar
Copy link
Collaborator

spenczar commented Aug 5, 2023

It's far too dangerous, since we need init to be extremely fast: it is called on slices, iteration, subtable access, etc.

This could be done with a init_subclass check, perhaps.

Remove the associated section from the README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant