Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
599db7de6382179155c54dcf675b7af160df395f
/
Modules
/
gcmodule.c
43411b5
Make more things internal to this file. Remove
by Neil Schemenauer
· 24 years ago
17e7be6
Remove "referents" structure (it's not needed). Check return value
by Neil Schemenauer
· 24 years ago
c7c8d8e
Add get_objects function. This is a low level function (like
by Neil Schemenauer
· 24 years ago
48c7034
Add get_referents function. Closes SF patch #402925.
by Neil Schemenauer
· 24 years ago
b2c2c9e
- update Neil's email address
by Neil Schemenauer
· 24 years ago
97d723b
- do not start collection during processing of an exception
by Neil Schemenauer
· 24 years ago
7760cff
Fix some long/"l" int/"i" mismatches. Fixes bug #113779.
by Neil Schemenauer
· 24 years ago
544de1e
- Add DEBUG_SAVEALL option. When enabled all garbage objects found by the
by Neil Schemenauer
· 24 years ago
3263dc2b
compromise value for threshold0: not too high, not too low
by Jeremy Hylton
· 25 years ago
045946d
set the default threshold much higher we don't need to run gc frequently
by Jeremy Hylton
· 25 years ago
b709df3
refactor __del__ exception handler into PyErr_WriteUnraisable
by Jeremy Hylton
· 25 years ago
0625777
apply patch #101362 by Vladimir Marangozov
by Jeremy Hylton
· 25 years ago
f9d20c3
Neil Schemenauer: GC enable(), disable(), isenabled() interface.
by Vladimir Marangozov
· 25 years ago
35e459c
debug_instance(): Use the same %p format directive as with
by Barry Warsaw
· 25 years ago
cc1be24
Always use the :funcname part of the format specifier for PyArg_ParseTuple()
by Fred Drake
· 25 years ago
b35de5b
Neil Schemenauer <nascheme@enme.ucalgary.ca>:
by Fred Drake
· 25 years ago
8bc8f0d
ANSI-fication
by Peter Schneider-Kamp
· 25 years ago
b16714b
Initialize the return value in collect_generations() since it is updated
by Vladimir Marangozov
· 25 years ago
c5007aa
final patches from Neil Schemenauer for garbage collection
by Jeremy Hylton
· 25 years ago