Anthony Sottile <asott...@umich.edu> added the comment:
This patch has broken debian's builds due to use of modulefinder -- notably the type of `file_info` changed as a side-effect of this patch and is now causing: ../debian/pymindeps.py:29: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's documentation for alternative uses import imp Traceback (most recent call last): File "../debian/pymindeps.py", line 185, in <module> main(sys.argv[1:]) File "../debian/pymindeps.py", line 178, in main mf.run_script(arg) File "/tmp/code/Lib/modulefinder.py", line 163, in run_script self.load_module('__main__', fp, pathname, stuff) File "../debian/pymindeps.py", line 91, in load_module suffix, mode, type = file_info ValueError: not enough values to unpack (expected 3, got 2) This is breaking python3.8 and python3.9 (should I open a separate issue or is it ok to continue discussion here?) ---------- nosy: +Anthony Sottile _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue40260> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com