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 eryksun
Recipients BreamoreBoy, Chris.Colbert, asvetlov, docs@python, eryksun, mkysel
Date 2014-06-19.20:43:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403210609.72.0.838886216012.issue16272@psf.upfronthosting.co.za>
In-reply-to
Content
It could also mention the generic getter and setter functions for the PyGetSetDef that were added in 3.3: PyType_GenericGetDict and PyType_GenericSetDict.

https://docs.python.org/3/c-api/object.html#c.PyType_GenericGetDict
History
Date User Action Args
2021-03-05 13:28:09eryksununlinkissue16272 messages
2014-06-19 20:43:29eryksunsetrecipients: + eryksun, asvetlov, docs@python, BreamoreBoy, Chris.Colbert, mkysel
2014-06-19 20:43:29eryksunsetmessageid: <1403210609.72.0.838886216012.issue16272@psf.upfronthosting.co.za>
2014-06-19 20:43:29eryksunlinkissue16272 messages
2014-06-19 20:43:29eryksuncreate