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 gvanrossum
Recipients georg.brandl, gvanrossum, larry, ncoghlan, oconnor663, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2015-12-02.19:50:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJL1tEMTsAkue=gypHDyt-=BaU5r=zg6n6HBt-HoRFV+QA@mail.gmail.com>
In-reply-to <1449085315.44.0.613326400579.issue25782@psf.upfronthosting.co.za>
Content
Ouch, it's unfortunate those APIs don't have an error return. :-(

Setting it to NULL is one option -- silently ignoring the assignment
(leaving whatever was there) might also be good? In 90% of the cases it
would be the same thing right? (I'm not familiar with this part of the code
TBH.)
History
Date User Action Args
2015-12-02 19:50:33gvanrossumsetrecipients: + gvanrossum, georg.brandl, ncoghlan, pitrou, vstinner, larry, serhiy.storchaka, yselivanov, oconnor663
2015-12-02 19:50:33gvanrossumlinkissue25782 messages
2015-12-02 19:50:33gvanrossumcreate