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 orlnub123
Recipients docs@python, orlnub123, pablogsal, serhiy.storchaka, steven.daprano, vstinner, xtreak
Date 2018-11-01.02:06:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541038018.41.0.788709270274.issue35105@psf.upfronthosting.co.za>
In-reply-to
Content
I'd argue that it's an implementation detail. Documenting it might be nice as some projects such as pytest do use it but I don't think it would make sense in setattr() or getattr() since all they do (at least in this case) is assign/retrieve from the __dict__. One thing to note is that __slots__ doesn't accept them.
History
Date User Action Args
2018-11-01 02:06:58orlnub123setrecipients: + orlnub123, vstinner, steven.daprano, docs@python, serhiy.storchaka, pablogsal, xtreak
2018-11-01 02:06:58orlnub123setmessageid: <1541038018.41.0.788709270274.issue35105@psf.upfronthosting.co.za>
2018-11-01 02:06:58orlnub123linkissue35105 messages
2018-11-01 02:06:57orlnub123create