BarrensZeppelin has quit [Ping timeout: 248 seconds]
BarrensZeppelin has joined #pypy
<antilisp-dev>
korvo: thanks for helping me, i solved my problem
<antilisp-dev>
in the end, i forked subprocess.py and made it work in RPython for my use case, it was easier than doing everything from scratch (i tried doing that before, but i couldn't finish because i didn't know about rlib.rpoll)
tumbleweed has quit [Server closed connection]
tumbleweed has joined #pypy
BarrensZeppelin has quit [Quit: BarrensZeppelin]
<korvo>
antilisp-dev: Very cool! Let us know if you're interested in contributing that to rlib; in terms of licensing, I guess that it's not a problem to reuse CPython stdlib code in that way.
<antilisp-dev>
Thanks. I would be glad to contribute if i can
<antilisp-dev>
i didn't use the CPython stdlib, i used the code from the pypy 2.7 stdlib (pypy/lib-python/2.7/subprocess.py)
<nimaje>
well, that is mostly a copy of the CPython stdlib for the pure python parts