Commit 552ce57
authored
pythongh-139227: Remove unused _PyRuntime.imports.pkgcontext (python#151490)
The global variable has been replaced by a new thread local variable
"pkgcontext" in Python/import.c.1 parent 0ec7c9d commit 552ce57
2 files changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
312 | | - | |
313 | 311 | | |
314 | 312 | | |
315 | 313 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
84 | | - | |
85 | | - | |
86 | 84 | | |
87 | 85 | | |
88 | 86 | | |
| |||
883 | 881 | | |
884 | 882 | | |
885 | 883 | | |
886 | | - | |
887 | 884 | | |
888 | 885 | | |
889 | 886 | | |
| |||
0 commit comments