~pythonregexp2.7/python/issue2636-11

« back to all changes in this revision

Viewing changes to Doc/library/gc.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-21 13:47:31 UTC
  • mfrom: (39021.1.404 Regexp-2.7)
  • mto: This revision was merged to the branch mainline in revision 39030.
  • Revision ID: darklord@timehorse.com-20080921134731-rudomuzeh1b2tz1y
Merged in changes from the latest python source snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
   .. versionchanged:: 2.5
48
48
      The optional *generation* argument was added.
49
49
 
 
50
   .. versionchanged:: 2.6
 
51
      The free lists maintained for a number of builtin types are cleared
 
52
      whenever a full collection or collection of the highest generation (2)
 
53
      is run.  Not all items in some free lists may be freed due to the
 
54
      particular implementation, in particular :class:`int` and :class:`float`.
 
55
 
50
56
 
51
57
.. function:: set_debug(flags)
52
58