cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | the pypy angle is to shrug and copy the implementation of CPython as closely as possible, and staying out of design decisions
joshszep has quit [Ping timeout: 250 seconds]
joshszep_ has joined #pypy
joshszep_ has quit [Read error: Connection reset by peer]
joshszep has joined #pypy
mannerism has quit [Remote host closed the connection]
jcea has quit [Ping timeout: 248 seconds]
jcea has joined #pypy
catern- is now known as catern
jcea has quit [Remote host closed the connection]
joshszep_ has joined #pypy
joshszep has quit [Ping timeout: 268 seconds]
joshszep_ has quit [Read error: Connection reset by peer]
joshszep has joined #pypy
lehmrob has joined #pypy
joshszep_ has joined #pypy
derpydoo has quit [Quit: derpydoo]
joshszep has quit [Ping timeout: 240 seconds]
joshszep_ has quit [Read error: Connection reset by peer]
joshszep has joined #pypy
catern has quit [Ping timeout: 250 seconds]
derpydoo has joined #pypy
joshszep has quit [Ping timeout: 255 seconds]
joshszep_ has joined #pypy
joshszep_ has quit [Read error: Connection reset by peer]
joshszep has joined #pypy
Atque has quit [Remote host closed the connection]
Atque has joined #pypy
Techcable has quit [Ping timeout: 268 seconds]
Techcable has joined #pypy
catern has joined #pypy
<ctismer> Found the problem: We are crashing when trying to retrieve the partial function.
<ctismer> static auto *const _partial = Shiboken::String::createStaticString("partial");
<ctismer> static auto *const partial = PyObject_GetAttr(functools, _partial);
<ctismer> cfbolz: is matti around in these days?
<cfbolz> ctismer: he has been on vacation, I think back tomorrow? Or next week?
<cfbolz> ctismer: do. You feel like giving me some C code that shows the problem? I can also try to look into it
<ctismer> cfbolz: Ok, fine! Here is the crashing function. It is retrieving the partial function from Python.
<ctismer> doing that segfaults, but I did not debug any further because I can't make sense of the generated code (also obscure since I have an ARM now)
<ctismer> I have confirmed that the crash is really in that last PyObject_GetAttr call.
<ctismer> We can probably work around that, but it really is an astonishing bug :D
Dejan has joined #pypy
<ctismer> Ahhh, the `_functools` module seems not to exist.
<ctismer> Fixed :-)
<cfbolz> ctismer: aaaaah, right. why did it work on an older version then?
<ctismer> No idea, maybe an alias was there
derpydoo has quit [Quit: derpydoo]
mattip has joined #pypy