commit | 22c001bd295a3481687bd9224c71a0f6b275f8aa | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Wed Aug 07 16:18:54 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Wed Aug 07 16:18:54 2002 +0000 |
tree | 63e57f2596386c6eca8a9bdb0c5d1209ad66645a | |
parent | 861bb0244807df6642c19dcc99c54be29c69b0fa [diff] |
Described responsibilty of weakly referenced extension types to initialize the weakreflist to NULL in the constructor and to fill the tp_flags slot with Py_TPFLAGS_HAVE_WEAKREFS. Closes SF bug 586583.