[issue14325] Stop using the garbage collector to manage the lifetime of the getargs.c freelist

Jean-Paul Calderone report at bugs.python.org
Fri Mar 16 14:07:58 CET 2012


Jean-Paul Calderone <invalid at example.invalid> added the comment:

If it's a bit faster, that'd be a nice win, but I didn't benchmark.  I'm primarily interested in correctness in the PyPy case (PyPy re-uses this code), and I think CPython benefits from the slightly simplified code as well.

If you do any benchmarks, I'd love to hear the results, though. :)

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14325>
_______________________________________


More information about the Python-bugs-list mailing list