mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
a53cca3fea
importlib._bootstrap._get_sourcefile(). Thanks to its only use by the C API, it was never properly tested until now. Thanks to Neal Norwitz for discovering the bug and Madison May for the patch.