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 skrah
Recipients ncoghlan, pitrou, skrah
Date 2012-03-05.18:56:14
SpamBayes Score 0.12801109
Marked as misclassified No
Message-id <1330973775.31.0.842785044628.issue14203@psf.upfronthosting.co.za>
In-reply-to
Content
array_buffer_getbuf does a similar thing:

if (view==NULL) goto finish;

 finish:
    self->ob_exports++;   // ???
    return 0


Where does this view==NULL thing come from?
History
Date User Action Args
2012-03-05 18:56:15skrahsetrecipients: + skrah, ncoghlan, pitrou
2012-03-05 18:56:15skrahsetmessageid: <1330973775.31.0.842785044628.issue14203@psf.upfronthosting.co.za>
2012-03-05 18:56:14skrahlinkissue14203 messages
2012-03-05 18:56:14skrahcreate