| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
@markshannon Can you take a look at this? I'd like get this in time for the beta release. |
Sorry, something went wrong.
There was a problem hiding this comment.
Looks good overall.
The old uops need to be removed and some assertions may no longer be valid.
Also, take care with recorded types. Only strengthen type information on proven or guards, not recorded information.
Sorry, something went wrong.
|
GitHub doen't put comments in order, it seems. The "above" in the comments refers to earlier lines, not earlier comments. |
Sorry, something went wrong.
I removed the assertions now and added watchers for all cases. I have made the requested changes; please review again |
Sorry, something went wrong.
|
Thanks for making the requested changes! @markshannon: please review the changes made to this pull request. |
Sorry, something went wrong.
Documentation build overview12 files changed · ± 12 modified ± Modified |
Sorry, something went wrong.
There was a problem hiding this comment.
I still think we need more watchers. Sorry, I should have spotted that in the last review.
Sorry, something went wrong.
|
When you're done making the requested changes, leave the comment: I have made the requested changes; please review again. And if you don't make the requested changes, you will be poked with soft cushions! |
Sorry, something went wrong.
|
Looks like the CI is affected by the Ubuntu outage today. |
Sorry, something went wrong.
|
I have made the requested changes; please review again |
Sorry, something went wrong.
|
Thanks for making the requested changes! @markshannon: please review the changes made to this pull request. |
Sorry, something went wrong.
There was a problem hiding this comment.
This looks good now. Thanks.
Sorry, something went wrong.
⚠️⚠️⚠️ Buildbot failure ⚠️⚠️⚠️Hi! The buildbot AMD64 Debian root 3.x (tier-1) has failed when building commit 5847931. What do you need to do:
You can take a look at the buildbot page here: https://buildbot.python.org/#/builders/345/builds/14120 Summary of the results of the build (if available): == Click to see traceback logsTraceback (most recent call last):
File "/root/buildarea/3.x.angelico-debian-amd64/build/Lib/test/support/__init__.py", line 948, in gc_collect
gc.collect()
~~~~~~~~~~^^
ResourceWarning: unclosed file <_io.FileIO name=11 mode='wb' closefd=True>
|
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This is revival of #132383 which allowed specialization for dict subclasses which do not override __getitem__. This PR also allows specialization for dict subclasses which do not override __setitem__.
This is primarily targeted for defaultdict which is the most performance critical subclass of dict.