numba / numba

NumPy aware dynamic Python compiler using LLVM
https://numba.pydata.org/
BSD 2-Clause "Simplified" License
9.99k stars 1.13k forks source link

Adapt to Python 3.13 low-level monitoring C-API #9760

Open sklam opened 1 month ago

sklam commented 1 month ago

Feature request

From https://github.com/numba/numba/issues/9753#issuecomment-2422988754, Numba needs to adopt the C-API for monitoring.

Implementation hint at: