Nadeshiko Manju

Results 215 comments of Nadeshiko Manju

> The problem is that _Py_IsImmortal() checks exactly if ref count is equal to _Py_IMMORTAL_REFCNT (refcnt == _Py_IMMORTAL_REFCNT). Yes, I have mentioned this at here https://github.com/python/cpython/issues/121528#issuecomment-2218444282 But I think here's...

> This problem remains me the commit [5f6ac2d](https://github.com/python/cpython/commit/5f6ac2d88a49b8a7c764691365cd41ee6226a8d0) of the PR [gh-112174](https://github.com/python/cpython/pull/112174). Sorry, I'm a little confused about the commit you mentioned because I'm not familiar with free threading. Would...

> How did you install this `python3.13`? It seems to be a debug build of Python. Did you build it manually? it's not related debug build I guess. I can...

> > it's not related debug build I guess. I can reproduce it in non-debug build Python 3.13(install by pyenv) > > To check if you're using a debug build,...

@aadarsh-mohta I create new issue here. Would you mind provide minimal reproduce step?

> Please avoid request a large range of reviewers which cause noise. > > IIRC we have a script to randomly pick up reviewers from volunteers already. Code owners are...

Python binding part LGTM. But I think there may get some throttle here, so we can't run 4 pcloud test success as the same time

> I believe they are bugs to fix instead of throttle. The throttle may come from the pcloud, not ours. Need to dive into the action failure

After #103083, the `function__return` and `function__entry` dTrace probe is missing. In the production environment, the developer may combine the dtrace probe with other tools like eBPF to trace the internal...

> The build errors: > > > /tmp/tmpwuomaa14/_RETURN_VALUE.c:124:13: error: call to undeclared function 'PyDTrace_FUNCTION_RETURN_ENABLED'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] > > 124 | DTRACE_FUNCTION_EXIT();...