Limitations =========== The following functionality is **limited** or **not supported**. Altering arguments modified in code ----------------------------------- Altering arguments has limitation. For it to work correctly arguments should not be modified in code. See `Numba issue `_. See :ref:`assignment-to-variables`. Using Numba’s direct ``gdb`` bindings in ``nopython`` mode ---------------------------------------------------------- Using Numba’s direct ``gdb`` bindings in ``nopython`` mode is not supported in Numba DPPY. See `Numba documentation `_.