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 Windson Yang
Recipients Windson Yang, chris.jerdonek, docs@python, nedbat, orlnub123, pablogsal, serhiy.storchaka, steven.daprano, terry.reedy, vstinner, xtreak
Date 2018-11-09.05:00:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541739615.89.0.788709270274.issue35105@psf.upfronthosting.co.za>
In-reply-to
Content
I try to create a PR for it. Should we add 'CPython implementation detail' at the document? Because this happens at cpython as well as pypy. BTW, where should we add the document? I have two choices.

* https://docs.python.org/3/reference/datamodel.html#object.__setattr__
* https://docs.python.org/3/library/functions.html#setattr
History
Date User Action Args
2018-11-09 05:00:16Windson Yangsetrecipients: + Windson Yang, terry.reedy, vstinner, nedbat, steven.daprano, chris.jerdonek, docs@python, serhiy.storchaka, pablogsal, xtreak, orlnub123
2018-11-09 05:00:15Windson Yangsetmessageid: <1541739615.89.0.788709270274.issue35105@psf.upfronthosting.co.za>
2018-11-09 05:00:15Windson Yanglinkissue35105 messages
2018-11-09 05:00:15Windson Yangcreate