Skip to content

ujson crashes on import on Python 3.13.0b1 #629

@mgorny

Description

@mgorny

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions