| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
collector will be saved in gc.garbage. This is useful for debugging a
program that creates reference cycles.
- Fix else statements in gcmodule.c to conform to Python coding standards.
|
|
|
|
|
|
|
| |
of the chapter.
Add explanation that this is only available when the cycle detector is
enabled at build time.
|
|
|
|
|
|
| |
Small stylistic changes by VM:
- is_enabled() -> isenabled()
- static ... Py_<func> -> static ... gc_<func>
|
|
<nascheme@enme.ucalgary.ca>, markup & minor revisions from Fred
Drake.
|