]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Sep 2019 10:54:34 +0000 (03:54 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2019 10:54:34 +0000 (03:54 -0700)
commitd3f8a11c06b7daa8df6ebf90ac711460e72b7a77
tree3036089112b83a6df5577c322f7c712b290810b0
parentf14fcbf2995b43c8607a1448402633ac558a745f
Fix the ImportWarning regarding __spec__ and __package__ being None (GH-16003)

(cherry picked from commit 6e1a30b15e73ebc82e6790495fd54cc8971723ec)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
Lib/test/test_builtin.py