]> granicus.if.org Git - python/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:53:22 +0000 (03:53 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2019 10:53:22 +0000 (03:53 -0700)
commit52c99aeb9f454b26baca61c545202057c7259bcf
tree4f0d9126a2d3897f5772dfce3e43dcb493bf08dd
parent8750dfe09eaec24231e19962d17d171c323794ad
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