nexussfan has quit [Quit: Konversation terminated!]
jcea has quit [Ping timeout: 272 seconds]
nexussfan has joined #pypy
nexussfan has quit [Quit: Konversation terminated!]
glyph has quit [Quit: End of line.]
glyph has joined #pypy
BarrensZeppelin has joined #pypy
derpydoo has quit [Quit: derpydoo]
lritter has joined #pypy
nexussfan has joined #pypy
BarrensZeppelin has quit [Quit: BarrensZeppelin]
jcea has joined #pypy
<mjacob>
cfbolz: Hi! When adding support for memfd_create(), you seem to have forgotten to add save_err=rffi.RFFI_SAVE_ERRNO. On my system, ``pypy3 -c 'import os; os.memfd_create("a"*300)'`` fails with “OSError: [Errno 0] Success”.
<cfbolz>
mjacob: I don't even remember adding that :-)
<mjacob>
cfbolz: Do you want to fix it, or should i send a patch?