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
Use __new__() only for initialization #52
Conversation
Pull Request Test Coverage Report for Build 3757240936
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't tested this locally, but from checking against CPython it looks good to me
Thanks! I'll cut a release later unless @KevinMGranger has objections. |
I initially meant to make this into a major release but on further inspection it looks like it might not need a major bump after all. Trio at least passes its test suite against this new version without any changes, and that's the most demanding downstream project I know of, so I'll make a minor release instead. |
Fixes #46.