[bch-discuss] Something to toy with.
Status: Alpha
Brought to you by:
mwh
From: Michael H. <mw...@ca...> - 2000-04-13 12:59:07
|
Greetings brave souls, I've been playing with Neil Schemenauer's gc patch for Python. It enables me to remove some of the scary hackery that prevents cycles forming. This has made the code sufficiently simpler that I've also cleaned up some of the interfaces. Anyway, if you want a look, it's on a branch on CVS; you can get it by doing: cvs -z3 -d:pserver:ano...@cv...:/cvsroot/bytecodehacks co -r GC_FUN bytecodehacks I'll probably move the cleanups back on to the trunk at some point. Cheers, M. |