Kirill Podoprigora

Results 49 comments of Kirill Podoprigora

It's look related to the 2237946af0981c46dc7d3886477e425ccfb37f28

Can we skip it for now? I've seen it very often when when I running the test suite in "hunt refleaks" mode

`pyroscope_io` uses `py_spy` as a backend for Python applications

> Please could you include a `versionadded` note? > > A This was added more than 22 years ago. Do you think it's still need a `versionadded` note?

> This looks rather like there's a stale profile from a previous run laying around, or a compiler issue that we can't do anything about. Try again from a clean...

UPD: I can build CPython with `--enable-optimizations` option with llvm 19.1.1 on linux x86_64, so it's looks like a macOS issue.

Okay, this is not an issue with CPython; this is an issue with my package manager: ``` admin@Admins-MacBook-Air ~/p/cpython (main) [1]> clang --version Homebrew clang version 19.1.2 Target: arm64-apple-darwin23.5.0 Thread...

Thanks Łukasz for sharing your thoughts! > Moreover, the function isn't actually documented as positional-only, so we cannot claim that the current behavior of the pure Python implementation was against...