00:22
joshszep has quit [Ping timeout: 250 seconds]
00:25
joshszep_ has joined #pypy
00:47
joshszep_ has quit [Read error: Connection reset by peer]
00:51
joshszep has joined #pypy
01:20
mannerism has quit [Remote host closed the connection]
01:43
jcea has quit [Ping timeout: 248 seconds]
01:43
jcea has joined #pypy
01:54
catern- is now known as catern
02:47
jcea has quit [Remote host closed the connection]
03:37
joshszep_ has joined #pypy
03:39
joshszep has quit [Ping timeout: 268 seconds]
03:41
joshszep_ has quit [Read error: Connection reset by peer]
03:43
joshszep has joined #pypy
04:52
lehmrob has joined #pypy
04:56
joshszep_ has joined #pypy
04:57
derpydoo has quit [Quit: derpydoo]
05:00
joshszep has quit [Ping timeout: 240 seconds]
05:19
joshszep_ has quit [Read error: Connection reset by peer]
05:21
joshszep has joined #pypy
05:45
catern has quit [Ping timeout: 250 seconds]
05:46
derpydoo has joined #pypy
06:45
joshszep has quit [Ping timeout: 255 seconds]
06:50
joshszep_ has joined #pypy
07:08
joshszep_ has quit [Read error: Connection reset by peer]
07:09
joshszep has joined #pypy
07:13
Atque has quit [Remote host closed the connection]
07:14
Atque has joined #pypy
07:23
Techcable has quit [Ping timeout: 268 seconds]
07:44
Techcable has joined #pypy
07:57
catern has joined #pypy
09:32
<
ctismer >
Found the problem: We are crashing when trying to retrieve the partial function.
09:32
<
ctismer >
static auto *const _partial = Shiboken::String::createStaticString("partial");
09:32
<
ctismer >
static auto *const partial = PyObject_GetAttr(functools, _partial);
09:34
<
ctismer >
cfbolz: is matti around in these days?
09:37
<
cfbolz >
ctismer: he has been on vacation, I think back tomorrow? Or next week?
09:39
<
cfbolz >
ctismer: do. You feel like giving me some C code that shows the problem? I can also try to look into it
09:48
<
ctismer >
cfbolz: Ok, fine! Here is the crashing function. It is retrieving the partial function from Python.
10:03
<
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)
10:08
<
ctismer >
I have confirmed that the crash is really in that last PyObject_GetAttr call.
10:11
<
ctismer >
We can probably work around that, but it really is an astonishing bug :D
10:33
Dejan has joined #pypy
10:35
<
ctismer >
Ahhh, the `_functools` module seems not to exist.
11:24
<
ctismer >
Fixed :-)
11:39
<
cfbolz >
ctismer: aaaaah, right. why did it work on an older version then?
11:40
<
ctismer >
No idea, maybe an alias was there
12:43
derpydoo has quit [Quit: derpydoo]
12:52
mattip has joined #pypy