Commit d90df8d
Simplify interp_look_up_id() (python#134257)
Don't use PyInterpreterState_GetID() but get directly the interpreter
'id' member which cannot fail.1 parent ef39860 commit d90df8d
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1393 | 1393 | | |
1394 | 1394 | | |
1395 | 1395 | | |
1396 | | - | |
1397 | | - | |
1398 | | - | |
1399 | | - | |
| 1396 | + | |
| 1397 | + | |
1400 | 1398 | | |
1401 | 1399 | | |
1402 | 1400 | | |
| |||
0 commit comments