[Python-Dev] [Python-checkins] r84562 - in python/branches/py3k: Doc/library/io.rst Lib/_pyio.py Lib/test/test_memoryio.py Misc/NEWS Modules/_io/_iomodule.c Modules/_io/_iomodule.h Modules/_io/bytesio.c (original) (raw)

Benjamin Peterson benjamin at python.org
Tue Sep 7 19:39:54 CEST 2010


2010/9/7 Nick Coghlan <ncoghlan at gmail.com>:

I've raised an RFE (http://bugs.python.org/issue9789) to point out that the need for that GC collect call in there to make the test portable to other implementations is rather ugly

Why? You're testing garbage collection, so you should call garbage collection.

-- Regards, Benjamin



More information about the Python-Dev mailing list