<hh>
Hello. Since PyPy uses a tracing garbage collector and not reference counting, can I not worry about cyclic references in my project? Can I rely on this? Thanks
<nimaje>
cpython also has a garbage collector (iirc, basically just cycle detection) in addition to reference counting, to handle cases of cyclic references
<hh>
Oh I see, I found something about cycle detection too. Thanks for the info
hh has quit [Quit: Leaving]
agronholm has quit [Ping timeout: 260 seconds]
agronholm has joined #pypy
ruth2345345 has quit [Quit: Gateway shutdown]
<cfbolz>
BarrensZeppelin: cool! yeah, I'm happy to give you feedback any time you tell me
<cfbolz>
the parser is a bit finicky, otoh it's pretty close to what CPython does. but then it requires you to manually replace the semantic actions (which are in C in CPython) with RPython code
Dejan has quit [Remote host closed the connection]