]> granicus.if.org Git - python/commit
bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute...
authorOren Milman <orenmn@gmail.com>
Tue, 19 Sep 2017 11:23:01 +0000 (14:23 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Sep 2017 11:23:01 +0000 (14:23 +0300)
commit6db7033192cd537ca987a65971acb01206c3ba82
treef05068e6e7e700e321cd282f577570918d9c64f6
parent453408a50508bb6801b6724ba7c7d1c017c218b6
bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (#3620)
Lib/test/test_import/__init__.py
Misc/NEWS.d/next/Core and Builtins/2017-09-16-22-49-16.bpo-31492.RtyteL.rst [new file with mode: 0644]
Objects/moduleobject.c
Python/ceval.c