]> granicus.if.org Git - python/commit
[3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 Sep 2017 12:51:19 +0000 (05:51 -0700)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 19 Sep 2017 12:51:19 +0000 (15:51 +0300)
commit99a51d4e5b154a7b8d971090fecc1e34769a3ca1
tree1a612669e6b01a6c3b66ffae79c39d2dfad4dc4f
parent113bc6f57b86aa88a5607258758718b294cf7205
[3.6] bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (GH-3257) (#3653)

(cherry picked from commit 9974e1bcf3d0cec9b38b39b39b7ec8a1ebd9ef54)
Lib/test/test_imp.py
Misc/NEWS.d/next/Core and Builtins/2017-09-01-00-40-58.bpo-31315.ZX20bl.rst [new file with mode: 0644]
Python/importdl.c