File size: 707 Bytes
4aa5fce
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
=== yofel_ is now known as yofel
=== Quintasan_ is now known as Quintasan
[17:57] <LarstiQ> exarkun: generate_schedule.py looks nice. Do you run it with pypy?
[17:58] <exarkun> LarstiQ: Yes
[17:58] <LarstiQ> yay :)
[17:59] <exarkun> indeed :)
[18:00]  * LarstiQ looks at some more testsuite failures under pypy
[18:14] <wgz> LarstiQ: time to fix the last bug you filed then I guess
[18:16] <wgz> I don't really want to explictly check for pypy there, but if they're going to supply ctypes.pythonapi in some form I guess that's the cleanest way
[18:23] <LarstiQ> wgz: is there another way of checking for the presence of a symbol than catching the ValueError?
[18:40] <wgz> nope, but it's not too much worse