| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM. Thanks for the contribution.
Sorry, something went wrong.
| def __getitem__(self, key): | ||
| raise setonlyerror | ||
|
|
||
| class customdict(dict): # this one should not do anything fancy |
There was a problem hiding this comment.
This should be defined just before the test that uses it (below). Ideally this function would be broken up - it's testing a lot of things.
Sorry, something went wrong.
There was a problem hiding this comment.
Done! Thanks!
Sorry, something went wrong.
|
Thanks @sobolevn for the PR, and @iritkatriel for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
Sorry, something went wrong.
|
Sorry, @sobolevn and @iritkatriel, I could not cleanly backport this to 3.10 due to a conflict. |
Sorry, something went wrong.
|
GH-99091 is a backport of this pull request to the 3.11 branch. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
I've covered several missing conditions in TARGET(LOAD_GLOBAL):
cpython/Python/ceval.c
Lines 2445 to 2447 in 53a54b7
cpython/Python/ceval.c
Line 2458 in 53a54b7
cpython/Python/ceval.c
Lines 2453 to 2457 in 53a54b7