cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://botbot.me/freenode/pypy/ ) | use cffi for calling C | the secret reason for us trying to get PyPy users: to test the JIT well enough that we're somewhat confident about it
Ganwell has quit [Read error: Connection reset by peer]
TheAdversary has quit [Ping timeout: 248 seconds]
Hasimir has quit [Ping timeout: 240 seconds]
maxxam has quit [Ping timeout: 240 seconds]
Hasimir has joined #pypy
bananabread has joined #pypy
viceroy_of_cupca has quit [Ping timeout: 260 seconds]
<cfbolz>
maxxam: you can pass it to both of them
<cfbolz>
but just use the build script
user___ has joined #pypy
user___ has quit [Client Quit]
user____ has joined #pypy
user____ is now known as maxxam
Gonsor has quit [Read error: Connection reset by peer]
<kenaan>
cfbolz default c520c8e7a603 /pypy/doc/tool/makecontributor.py: because I felt like it: add some missing people and verbs to makecontributor.py
<cfbolz>
maxxam: you can pass the option to both of these, it has kind of the same effect. But passing it to the rpython script is more convenient, so that's what you should do
DIRT has joined #pypy
DIRT has quit [Ping timeout: 264 seconds]
DIRT has joined #pypy
DIRT has quit [Max SendQ exceeded]
DIRT has joined #pypy
<mattip>
arigato: nice catch with 2855 cpyext-pydatetimeapi, I am looking at it now
<mattip>
also cleaned up a typecheck that was simply comparing the type name, now it is a bit smarter
<kenaan>
mattip default 19fdbdf52ca1 /pypy/module/cpyext/test/test_datetime.py: "test" for tzinfo dealloc (leakchecker is flaky, so use print + pytest ... -s)