Files
nixpkgs/pkgs/development/python-modules/numba
Martin Weinelt 3ccba4c407 python3Packages.numba: fix compat with Python 3.13.4
In python 3.13.4 the bytecode for list comprehension was changed, so
numba needs to catch up. It was reversed in 3.13.5, so this workaround is
only required temporarily.
2025-06-25 02:52:00 +02:00
..