forked frompython/cpython
- Notifications
You must be signed in to change notification settings - Fork0
Commitc20c97f
bpo-18533: Avoid RuntimeError from repr() of recursive dictview (python#4823) (python#5357)
(cherry picked from commitd7773d9)1 parentecaa372 commitc20c97f
File tree
4 files changed
+46
-7
lines changed- Lib/test
- Misc/NEWS.d/next/Core and Builtins
- Objects
4 files changed
+46
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
169 | 170 | | |
170 | 171 | | |
171 | 172 | | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
172 | 187 | | |
173 | 188 | | |
174 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
223 | 236 | | |
224 | 237 | | |
225 | 238 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3005 | 3005 | | |
3006 | 3006 | | |
3007 | 3007 | | |
3008 | | - | |
| 3008 | + | |
| 3009 | + | |
3009 | 3010 | | |
| 3011 | + | |
| 3012 | + | |
| 3013 | + | |
| 3014 | + | |
3010 | 3015 | | |
3011 | | - | |
3012 | | - | |
3013 | | - | |
| 3016 | + | |
| 3017 | + | |
| 3018 | + | |
3014 | 3019 | | |
| 3020 | + | |
| 3021 | + | |
3015 | 3022 | | |
3016 | | - | |
3017 | | - | |
| 3023 | + | |
3018 | 3024 | | |
3019 | 3025 | | |
3020 | 3026 | | |
3021 | 3027 | | |
3022 | | - | |
| 3028 | + | |
| 3029 | + | |
| 3030 | + | |
3023 | 3031 | | |
3024 | 3032 | | |
3025 | 3033 | | |
| |||
0 commit comments
Comments
(0)