https://bugs.python.org/review/25701/diff/16034/Doc/c-api/object.rst File Doc/c-api/object.rst (right): https://bugs.python.org/review/25701/diff/16034/Doc/c-api/object.rst#newcode... Doc/c-api/object.rst:72: otherwise set it to *v* (``o.attr_name = v``). Returns ``-1`` on failure. On 2015/11/25 10:54:34, haypo wrote:
Raise an exception and returns -1 on failure, return 0 on success.
(Same change for other functions below)
Done with slightly different wording, also for the new functions referenced in the new patch. https://bugs.python.org/review/25701/diff/16034/Include/abstract.h File Include/abstract.h (right): https://bugs.python.org/review/25701/diff/16034/Include/abstract.h#newcode19... Include/abstract.h:196: (o.attr_name=v). Returns -1 on failure. On 2015/11/25 10:54:34, haypo wrote:
Raise an exception and returns -1 on failure, return 0 on success.
Applied slightly different wording to all three modified functions in my new patch. https://bugs.python.org/review/25701/