This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hongweipeng
Recipients Sanjay, hongweipeng, jnsdrtlf
Date 2019-10-03.18:30:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570127419.08.0.976410524922.issue38337@roundup.psfhosted.org>
In-reply-to
Content
The results of this example are different from mine(version 3.7.4).
```
__init__
--- getmembers from instance ---
Access property
[('__class__', <class '__main__.Example'>), ... ('var', 'Hello')]
--- getmembers from class    ---
[('__class__', <class 'type'>),'var', <property object at 0x>)]
```
History
Date User Action Args
2019-10-03 18:30:19hongweipengsetrecipients: + hongweipeng, Sanjay, jnsdrtlf
2019-10-03 18:30:19hongweipengsetmessageid: <1570127419.08.0.976410524922.issue38337@roundup.psfhosted.org>
2019-10-03 18:30:19hongweipenglinkissue38337 messages
2019-10-03 18:30:19hongweipengcreate