However, as either hash_based is False, source_hash has already been generated or the code returns early I don't think this line can be reached. (Maybe if you have a flaky version of get_data that sometimes raises an ImportError/EOFError??).
Edit: Sorry, as I opened the issue from within the source line via 'reference in new issue' I think I accidentally skipped the bug report format that would have given this a label.
DavidCEllis commentedNov 15, 2022
•
edited by bedevere-bot
Bug report
As far as I can tell this line:
cpython/Lib/importlib/_bootstrap_external.py
Line 1147 in 4e4b13e
will raise a TypeError and should be a 2 argument form as seen earlier in the same method.
cpython/Lib/importlib/_bootstrap_external.py
Lines 1117 to 1120 in 4e4b13e
However, as either
hash_based
is False,source_hash
has already been generated or the code returns early I don't think this line can be reached. (Maybe if you have a flaky version of get_data that sometimes raises an ImportError/EOFError??).Example:
Edit: Sorry, as I opened the issue from within the source line via 'reference in new issue' I think I accidentally skipped the bug report format that would have given this a label.
Linked PRs
TypeError
inLib/importlib/_bootstrap_external.py
#99635The text was updated successfully, but these errors were encountered: