]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does not
authorFred Drake <fdrake@acm.org>
Thu, 3 May 2001 16:04:13 +0000 (16:04 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 3 May 2001 16:04:13 +0000 (16:04 +0000)
commit4dcb85b81756fb4b93c296831646c0d015ad38aa
tree6a113893a6e7cd83bacc253bb1293f3b045f613f
parentefdae3939adcb76858c58ccb92503dd404a90703
Since Py_TPFLAGS_HAVE_WEAKREFS is set in Py_TPFLAGS_DEFAULT, it does not
need to be specified in the type structures independently.  The flag
exists only for binary compatibility.

This is a "source cleanliness" issue and introduces no behavioral changes.
Objects/classobject.c
Objects/funcobject.c