Tags: pyutils/line_profiler
Tags
FIX: building Linux-ARM64 wheels (#402) * added missing ubuntu test job * build and test Linux-ARM wheels - `.github/workflows/tests.yml`: - `build_binpy_wheels`: - Activate QEMU on Linux so that `aarch64` wheels can be built - Removed `${CIBW_ARCHS_LINUX}` to use `pyproject.toml` values - `test_binpy_wheels`: Added corresponding `ubuntu-24.04-arm` steps for all `ubuntu-latest` (i.e. x86) steps - `pyproject.toml`: Added `[tool.cibuildwheel.linux]` section in parallel to `macos` and `windows` * REVERT LATER: only build and test Linux-ARM wheels * build Linux-ARM64 wheels natively on separate runner * Revert "REVERT LATER: only build and test Linux-ARM wheels" This reverts commit 36ae37c. * Changelog entry and typo fix
Prevent duplicate output in 3.14 (#415) * Prevent duplicate output in 3.14 * Register explicit profiler atexit hook only in main process (fix multiprocessing / Py3.14 regression) (#5) * Fix explicit profiler ownership for multiprocessing * Avoid helper process atexit registration * Skip atexit output in forked children * Refine ownership checks for explicit profiler * Add debug hooks and reduce CI matrix * Skip orphaned forkserver output * Restore full CI matrix * Disable debug lines * simplify fix * Fix doctest * Add typing to explicit profiler while working on it * Fix type error * Fix typing * wip
PreviousNext