~pythonregexp2.7/python/issue2636-01+09-01-01

« back to all changes in this revision

Viewing changes to Doc/c-api/float.rst

  • Committer: Jeffrey C. "The TimeHorse" Jacobs
  • Date: 2008-09-22 00:02:12 UTC
  • mfrom: (39022.1.34 Regexp-2.7)
  • Revision ID: darklord@timehorse.com-20080922000212-7r0q4f4ugiq57jph
Merged in changes from the Atomic Grouping / Possessive Qualifiers branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
   .. versionadded:: 2.6
87
87
 
88
88
 
89
 
.. cfunction:: void PyFloat_CompactFreeList(size_t *bc, size_t *bf, size_t *sum)
 
89
.. cfunction:: int PyFloat_ClearFreeList(void)
90
90
 
91
 
   Compact the float free list. *bc* is the number of allocated blocks before
92
 
   blocks are freed, *bf* is the number of freed blocks and *sum* is the number
93
 
   of remaining objects in the blocks.
 
91
   Clear the float free list. Return the number of items that could not
 
92
   be freed.
94
93
 
95
94
   .. versionadded:: 2.6