This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Oren Milman, brett.cannon, eric.snow, ncoghlan, serhiy.storchaka
Date 2017-09-19.11:39:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505821190.08.0.736589461825.issue31315@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 9974e1bcf3d0cec9b38b39b39b7ec8a1ebd9ef54 by Serhiy Storchaka (Oren Milman) in branch 'master':
bpo-31315: Fix an assertion failure in imp.create_dynamic(), when spec.name is not a string. (#3257)
https://github.com/python/cpython/commit/9974e1bcf3d0cec9b38b39b39b7ec8a1ebd9ef54
History
Date User Action Args
2017-09-19 11:39:50serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, eric.snow, Oren Milman
2017-09-19 11:39:50serhiy.storchakasetmessageid: <1505821190.08.0.736589461825.issue31315@psf.upfronthosting.co.za>
2017-09-19 11:39:50serhiy.storchakalinkissue31315 messages
2017-09-19 11:39:49serhiy.storchakacreate