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 martin.panter
Recipients docs@python, martin.panter, serhiy.storchaka
Date 2015-11-23.23:06:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448319982.56.0.178140530489.issue25701@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch. The same problem happens with getset descriptors:

>>> del sys.stdout._CHUNK_SIZE
SystemError: null argument to internal routine

So I also changed the documentation for “setter” descriptor functions and the tp_descr_set() method.

I only looked at the Python 3 implementation, and I understand Python 2 objects work differently in some cases, so I’m not sure if my changes are apropriate for Python 2.
History
Date User Action Args
2015-11-23 23:06:22martin.pantersetrecipients: + martin.panter, docs@python, serhiy.storchaka
2015-11-23 23:06:22martin.pantersetmessageid: <1448319982.56.0.178140530489.issue25701@psf.upfronthosting.co.za>
2015-11-23 23:06:22martin.panterlinkissue25701 messages
2015-11-23 23:06:22martin.pantercreate