~pythonregexp2.7/python/issue2636-11

« back to all changes in this revision

Viewing changes to Doc/c-api/int.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:
122
122
   (:const:`LONG_MAX`, as defined in the system header files).
123
123
 
124
124
 
125
 
.. cfunction:: void PyInt_CompactFreeList(size_t *bc, size_t *bf, size_t *sum)
 
125
.. cfunction:: int PyInt_ClearFreeList(void)
126
126
 
127
 
   Compact the integer free list. *bc* is the number of allocated blocks before
128
 
   blocks are freed, *bf* is the number of freed blocks and *sum* is the number
129
 
   of remaining objects in the blocks.
 
127
   Clear the integer free list. Return the number of items that could not
 
128
   be freed.
130
129
 
131
130
   .. versionadded:: 2.6