Commit b709302
authored
bpo-40077: Fix potential refleaks of _json: traverse memo (pythonGH-19344)
Fix possible refleaks in _json module, memo of PyScannerObject
should be traversed.1 parent a94e627 commit b709302
File tree
2 files changed
+2
-0
lines changed- Misc/NEWS.d/next/Core and Builtins
- Modules
2 files changed
+2
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
| 655 | + | |
655 | 656 | | |
656 | 657 | | |
657 | 658 | | |
| |||
0 commit comments