~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 17:53:26 UTC
  • mfrom: (39025.1.14 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080921175326-92vaej2hc3yuecxb
Merged in changes from the core Regexp branch.

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