Merge pull request #20908 from akoeplinger/patch-1

Fix KeyError: 'name' in python/extractor/imp.py on Python 3.14
This commit is contained in:
Taus
2025-11-27 15:29:54 +01:00
committed by GitHub
3 changed files with 7 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- Fixed a bug in the Python extractor's import handling where failing to find an import in `find_module` would cause a `KeyError` to be raised. (Contributed by @akoeplinger.)