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
<arigato>
antocuni: vrsketch.eu was down since Jan 1st because of that. apparently there was a promise that it would continue to work in this situation, but that didn't occur
<antocuni>
because vrsketch.eu was hosted in UK?
<arigato>
something like that, although the company fleed the UK 3.9 years ago
<jiffe>
when building a cffi module using setuptools is there a way to build it under a specific path as opposed to the root directory?
isidentical has joined #pypy
<tumbleweed>
jiffe: cryptography, IIRC
lritter has quit [Ping timeout: 264 seconds]
lritter has joined #pypy
<jiffe>
tumbleweed: what do you mean cryptography ?
<tumbleweed>
ah, I meant, cryptography does that
<jiffe>
ah so it does, that works thanks
lritter has quit [Ping timeout: 265 seconds]
<cfbolz>
cool, seems I can run some tests on 3.8 with 3.8 stdlib :-)
<mattip>
nice. How did you get around the need to adapt the bytecodes?
<cfbolz>
mattip: revert the opcode.py file for now
<cfbolz>
(to 3.7)
<cfbolz>
I'll push in a bit
<cfbolz>
a lot of stuff is broken still
<mattip>
seems reasonable to delay that till later
<cfbolz>
yes
<cfbolz>
a few other things fail next though
<cfbolz>
mattip: also translation is still broken it seems
<cfbolz>
mattip: pushed, stopping for today
<mattip>
cool. Feel free to kick an own buildbot when it starts to make sense
<cfbolz>
mattip: should fix translation first I think :-)
isidentical has quit [Quit: isidentical]
<jiffe>
know of any packages that build cffi modules at install time?
<jiffe>
nm I can think of some cases where the source tree won't be available
todda7 has quit [Ping timeout: 260 seconds]
<tos9>
jiffe: really everything should be doing that at build time at this point -- is that what you meant?
<jiffe>
no, I was looking to use the version of the library used to build the files I need to access which would work in development environments but not outside of development