]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-98412)
authorchgnrdv <52372310+chgnrdv@users.noreply.github.com>
Thu, 20 Oct 2022 00:25:10 +0000 (03:25 +0300)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2022 00:25:10 +0000 (17:25 -0700)
commit1f369ad07ff44b1fd6db75b33298e20ad604efc8
tree42ac5acd81c4097c33a7073b9c4ccfaf2997c900
parenta8fe4bbd6b78517f640e25697338b9448c4675c1
gh-98354: Add unicode check for 'name' attribute in _imp_create_builtin (GH-98412)

Fixes #98354
Lib/test/test_imp.py
Misc/NEWS.d/next/Core and Builtins/2022-10-19-18-03-28.gh-issue-98354.GRGta3.rst [new file with mode: 0644]
Python/import.c