What did you do?
python -c 'import ujson'
What did you expect to happen?
Module successfully loading.
What actually happened?
$ python -c 'import ujson'
python: Python/import.c:460: _get_module_index_from_def: Assertion `index > 0' failed.
Aborted (core dumped)
What versions are you using?
- OS: Gentoo Linux amd64
- Python: 3.13.0b1 (built with
--with-assertions)
- UltraJSON: 5.10.0
What did you do?
python -c 'import ujson'What did you expect to happen?
Module successfully loading.
What actually happened?
What versions are you using?
--with-assertions)