-
-
Notifications
You must be signed in to change notification settings - Fork 343
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
Stop allowing subclassing public classes #1726
Stop allowing subclassing public classes #1726
Conversation
It was deprecated in Trio 0.15.0.
a3080e0
to
e8f052e
Compare
Codecov Report
@@ Coverage Diff @@
## master #1726 +/- ##
==========================================
+ Coverage 99.61% 99.63% +0.02%
==========================================
Files 115 114 -1
Lines 14445 14427 -18
Branches 1106 1104 -2
==========================================
- Hits 14389 14375 -14
+ Misses 41 37 -4
Partials 15 15
|
|
Merging this is fine, codecov fails just because I'm removing lines of tested code, so the percentage of untested code increases. |
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.
Both deprecation limits have been surpassed. Latest release is v0.17 vs. deprecation in v0.15 which was released four months ago. All references to SubclassingDeprecatedIn_v0_15_0
were removed. All changes are about that... so it seems complete and clean.
It was deprecated in Trio 0.15.0.