]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
property_traverse() should also traverse into prop_doc -- there's no
authorGuido van Rossum <guido@python.org>
Wed, 9 Apr 2003 17:05:33 +0000 (17:05 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 9 Apr 2003 17:05:33 +0000 (17:05 +0000)
commit00bf8280f548f361c7f7c5e67a398a2650e4c72f
tree3cef11f1d6c418b816245a503b123fc6d055762f
parent70367d3a6caf2a26cc62243e696c5ce2beca32c9
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