Closed
Description
Crash report
Bug description:
gh-118532 added an assert that is erroneously triggers if PyState_FindModule()
is called before the provided module def has been initialized. The assert should be removed. (Python/import.c, line 460)
CPython versions tested on:
3.13, CPython main branch
Operating systems tested on:
No response