Pablo Galindo Salgado

Results 329 comments of Pablo Galindo Salgado

> As a first iteration towards something like that, BuildbotHammer is starting to sound much better! Maybe in the meanwhile I can modify buildbothammer to just post to a new...

> Sounds great! Hopefully it'll not post often, _but_ enough that we'll notice if it starts failing. I think is conservative enough that it won't post often. As you mentioned,...

I cannot reproduce this: ``` $ ./python -m sysconfig | grep 'pydebug' CONFIG_ARGS = "'--with-pydebug' '--with-assertions'" $ ./python --version Python 3.12.5+ $ git --no-pager diff --no-color diff --git a/Modules/_heapqmodule.c b/Modules/_heapqmodule.c...

This is also running on arch :)

> `_asyncio`, could this somehow be specific to that module? Nop: ``` $ git --no-pager diff --no-color diff --git a/Modules/_asynciomodule.c b/Modules/_asynciomodule.c index 6b969edca29..e2a1d7a542f 100644 --- a/Modules/_asynciomodule.c +++ b/Modules/_asynciomodule.c @@ -179,6...

> Ok, I'll look for a proper reproducer a bit later today. In the meantime, @godlygeek should have forwarded you some core files that cause problems with PyStack (both of...

Thanks a lot @ZeroIntensity for the reproducer. I think I found the problem!

Hi @strugee and thanks for the report! We can try to investigate but without a reproducer is very hard for us to do anything here. Can you try to get...

Thanks for the PR @skirpichev. Unfortunately you are mixing what seems to be a fix for https://github.com/python/cpython/issues/121245 with a general refactor, what makes more difficult to understand what is happening...

Unfortunately without the code that you are running and a description of how to make it run we cannot do much on our side as we cannot reproduce this. could...