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 <[email protected]>
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: <[email protected]>
2012-03-05 18:56:14skrahlinkissue14203 messages
2012-03-05 18:56:14skrahcreate