pytho****@googl*****
pytho****@googl*****
2011年 3月 13日 (日) 02:52:53 JST
Revision: 225ffc67fd Author: INADA Naoki <inada****@klab*****> Date: Sat Mar 12 09:47:52 2011 Log: 2.6.6: library/gc.rst http://code.google.com/p/python-doc-ja/source/detail?r=225ffc67fd Modified: /library/gc.rst ======================================= --- /library/gc.rst Mon May 24 07:45:22 2010 +++ /library/gc.rst Sat Mar 12 09:47:52 2011 @@ -41,12 +41,13 @@ .. versionchanged:: 2.5 オプションの引数 *generation* が追加されました. - .. versionchanged:: 2.6 - .. The free lists maintained for a number of builtin types are cleared - whenever a full collection or collection of the highest generation (2) - is run. Not all items in some free lists may be freed due to the - particular implementation, in particular :class:`int` and :class:`float`. - + .. .. versionchanged:: 2.6 + The free lists maintained for a number of builtin types are cleared + whenever a full collection or collection of the highest generation (2) + is run. Not all items in some free lists may be freed due to the + particular implementation, in particular :class:`int` and :class:`float`. + + .. versionchanged:: 2.6 幾つかの組み込み型のフリーリストは、最高(第二)世代のGC、あるいはフル GCが 実行されるたびにクリアされます。 幾つかの型(特に :class:`int` と :class:`float`)では、実装によっては、