[issue41519] `pkgutil.get_data` causes future imports of children modules to fail.
New submission from Cory Nezin : As demonstrated in this Stack Overflow question (https://stackoverflow.com/questions/59377661/python-pkgutil-get-data-disrupts-future-imports) using `pkgutil.get_data` on a module causes future imports of children modules to fail. I tracked this down to a
[issue41519] `pkgutil.get_data` causes future imports of children modules to fail.
Cory Nezin added the comment: Wow, I did not know about that (probably because I've been stuck with Python3.6 for a while). Thank you! -- ___ Python tracker <https://bugs.python.org/is