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: 248 seconds]
[Arfrever] has quit [Ping timeout: 252 seconds]
[Arfrever] has joined #pypy
mgorny has joined #pypy
itamarst has quit [Quit: Connection closed for inactivity]
[Arfrever] has quit [Ping timeout: 260 seconds]
[Arfrever] has joined #pypy
[Arfrever] has quit [Ping timeout: 265 seconds]
[Arfrever] has joined #pypy
mgorny has quit [Quit: No Ping reply in 60 seconds.]
mgorny has joined #pypy
<graingert> I'm not sure where to put tests for https://github.com/pypy/pypy/pull/5087/files I can't find tests that test the opcodes or frame directly
slav0nic has joined #pypy
itamarst has joined #pypy
Lightsword_ has joined #pypy
_val__ has joined #pypy
larstiq_ has joined #pypy
Lightsword has quit [Quit: ZNC]
Lightsword_ is now known as Lightsword
LarstiQ has quit [Quit: ZNC - http://znc.in]
sam_ has quit [Ping timeout: 252 seconds]
korvo has quit [Remote host closed the connection]
_val_ has quit [Ping timeout: 276 seconds]
sam__ has joined #pypy
tazle has quit [Ping timeout: 252 seconds]
tazle has joined #pypy
sam__ is now known as sam_
<cfbolz> graingert: there are no unit tests that check the frame object directly, no. I think the main test that would be good is to add one to extra_tests/test_gc.py (or a new file) that checks that things get collected correctly now that didn't before
<graingert> Ah ok
<graingert> Do you want tests for the things that did get collected correctly, eg the slow path?
<graingert> And is https://docs.python.org/3/library/test.html#test.support.gc_collect available?
<cfbolz> no, it's not. calling gc.collect in a loop is fine, however. maybe with a maximum number of calls, so that a failing test doesn't just hang
korvo has joined #pypy
Dejan has joined #pypy
jcea has joined #pypy
alice has quit [Remote host closed the connection]
alice has joined #pypy
Dejan has quit [Quit: Leaving]
slav0nic has quit [Ping timeout: 264 seconds]