]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Rewrote the docs for supporting cyclic garbage collection to reflect
authorJim Fulton <jim@zope.com>
Sat, 28 Jun 2003 13:29:16 +0000 (13:29 +0000)
committerJim Fulton <jim@zope.com>
Sat, 28 Jun 2003 13:29:16 +0000 (13:29 +0000)
commit6c71091fbe9698255ea67f4ea2f61a1b586ff827
treed9372c9f552fb709b03b5c4f3e65c0dd1b6ba69c
parent9c3e9572515f11ebec1321d2b683abb60da3fe9e
Rewrote the docs for supporting cyclic garbage collection to reflect
the new way that once writes types.

Deleted the old section and sample code and added a new section
building on the Noddy example.
Doc/ext/cycle-gc.c [deleted file]
Doc/ext/newtypes.tex
Doc/ext/noddy4.c [new file with mode: 0644]
Doc/ext/setup.py
Doc/ext/test.py