mirror of
https://github.com/python/cpython.git
synced 2026-01-30 22:55:41 +00:00
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.