cfbolz changed the topic of #pypy to: #pypy PyPy, the flexible snake https://pypy.org | IRC logs: https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end and https://libera.irclog.whitequark.org/pypy | the pypy angle is to shrug and copy the implementation of CPython as closely as possible, and staying out of design decisions
jcea has quit [Ping timeout: 256 seconds]
Atque has quit [Remote host closed the connection]
Atque has joined #pypy
Atque has quit [Write error: Connection reset by peer]
Atque has joined #pypy
<LarstiQ> lazka: oh that's a nice read!
KorSolidarity has quit [Read error: Connection reset by peer]
<lazka> :)
darley has joined #pypy
darley has quit [Client Quit]
Atque has quit [Ping timeout: 255 seconds]
Atque has joined #pypy
KOR_Solidarity has joined #pypy
darley has joined #pypy
darley has quit [Client Quit]
<mgorny> boo, it seems that my cross-compile approach won't work for pypy
<mgorny> fwics things like SO are hardcoded in the interpreter and can't be read from _sysconfigdata.py :-(
<mgorny> SOABI *
Atque has quit [Remote host closed the connection]
Atque has joined #pypy
<cfbolz> mgorny: what is that approacH?
<mgorny> cfbolz: importing __sysconfigdata_*.py from cpython and reading variables from it
<mgorny> (note it's just mostly PoC)