]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backport from trunk:
authorGuido van Rossum <guido@python.org>
Wed, 9 Apr 2003 17:06:31 +0000 (17:06 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 9 Apr 2003 17:06:31 +0000 (17:06 +0000)
commitc927c8a3ea4d58197a0f559b9bebc640e307d42f
tree3fe33103fc129c7cddca7eb028d6def675024597
parent8998a819375d8aa439e560472edcee9d9fa5475c
Backport from trunk:
property_traverse() should also traverse into prop_doc -- there's no
typecheck that guarantees it's a string, and BTW string subclasses
could hide references.
Objects/descrobject.c