{{ message }}
Commit 6db7033
bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (python#3620)
1 parent 453408a commit 6db7033
4 files changed
Lines changed: 20 additions & 4 deletions
File tree
- Lib/test/test_import
- Misc/NEWS.d/next/Core and Builtins
- Objects
- Python
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 | |
|---|---|---|---|
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
690 | | - | |
| 690 | + | |
691 | 691 | | |
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
695 | | - | |
696 | | - | |
697 | | - | |
698 | 695 | | |
699 | 696 | | |
700 | 697 | | |
| |||

0 commit comments