cfbolz changed the topic of #pypy to: PyPy, the flexible snake (IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end ) | use cffi for calling C | if a pep adds a mere 25-30 [C-API] functions or so, it's a drop in the ocean (cough) - Armin
jacob22_ has quit [Read error: Connection reset by peer]
jacob22_ has joined #pypy
<antocuni>
ronan: before doing more work on the branch, look at 15f91eed1f6e: it autogenerates all the W_SlotWrapper subclasses which we currently need
<antocuni>
(I limited it to autogenerate only the subclasses we need so far: I think it's better to have a test for each of them, before autogen the rest)
<arigato>
mattip: maybe patch the "PYPYLOG" for the untranslated version, and then use the new patched name
<arigato>
mattip: alternatively, we could make that official by using a different name in tests, and "PYPYLOG" only when really translating
<antocuni>
even better, make the exact name of the env variable a config setting, which by default is "PYPYLOG". Then, in tests we can simply set the config to something different
<arigato>
I think it's in .c code
<arigato>
unsure how to pass down a config setting, but maybe there are ways
<antocuni>
well, most likely a #define or -D argument to gcc
<antocuni>
the hard part is probably to find the correct place where to pass this stuff down to gcc
dddddd has quit [Ping timeout: 240 seconds]
dddddd has joined #pypy
jacob22_ has quit [Quit: Konversation terminated!]