]> granicus.if.org Git - python/commit
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attri...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 27 Sep 2017 04:33:00 +0000 (07:33 +0300)
committerGitHub <noreply@github.com>
Wed, 27 Sep 2017 04:33:00 +0000 (07:33 +0300)
commitf0db2dfda777ad3380e7816cabe4c4240f31687f
treee0c4b32926ff2eab9ce997281840f9f70ffc6ea4
parenta1c49f6f09150f70f063417c8d67a38e59dde7ed
[3.6] bpo-31492: Fix assertion failures in case of a module with a bad __name__ attribute. (GH-3620). (#3773)

(cherry picked from commit 6db7033192cd537ca987a65971acb01206c3ba82)
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