]> granicus.if.org Git - python/commit
Use a type flag to determine the applicability of the tp_weaklistoffset
authorFred Drake <fdrake@acm.org>
Fri, 2 Feb 2001 18:17:30 +0000 (18:17 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 2 Feb 2001 18:17:30 +0000 (18:17 +0000)
commit033f31270cb424efdb72abb03d925235f18d034d
treee5947972e470b7174e668a9e32f35e4c9429503b
parent26d1f1443300526afe3b63fe9c5c7ef4f6a5e33d
Use a type flag to determine the applicability of the tp_weaklistoffset
field.  This should avoid binary incompatibility problems with older modules
that have not been recompiled.
Include/object.h
Include/objimpl.h