Commit ae005f3
committed
FIX: over-ride 'copy' on RcParams
This is due to a fix on upstream
cpython (
python/cpython@d45a961
) which fixed the copy behavior to fall back to the sub-class's
`__getitem__` which seems correct, but we were relying on it _not_
correctly hitting our custom `__getitem__`.
closes #126011 parent 65bceb1 commit ae005f3
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
927 | 931 | | |
928 | 932 | | |
929 | 933 | | |
| |||
0 commit comments