Commit 145541c
authored
bpo-30626: Fix error handling in PyImport_Import(). (python#2103)
In rare circumstances PyImport_Import() could return NULL without raising
an error.1 parent 96c7c06 commit 145541c
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1784 | 1784 | | |
1785 | 1785 | | |
1786 | 1786 | | |
1787 | | - | |
1788 | | - | |
| 1787 | + | |
| 1788 | + | |
1789 | 1789 | | |
| 1790 | + | |
| 1791 | + | |
| 1792 | + | |
| 1793 | + | |
1790 | 1794 | | |
1791 | 1795 | | |
1792 | 1796 | | |
| |||
0 commit comments