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 rosslagerwall
Recipients exarkun, giampaolo.rodola, jcea, neologix, rosslagerwall
Date 2011-11-09.17:38:30
SpamBayes Score 0.0059609716
Marked as misclassified No
Message-id <1320860311.35.0.963885551417.issue6397@psf.upfronthosting.co.za>
In-reply-to
Content
Also, you can use Py_RETURN_NONE instead of:
+    Py_INCREF(Py_None);
+    return Py_None;
History
Date User Action Args
2011-11-09 17:38:31rosslagerwallsetrecipients: + rosslagerwall, jcea, exarkun, giampaolo.rodola, neologix
2011-11-09 17:38:31rosslagerwallsetmessageid: <1320860311.35.0.963885551417.issue6397@psf.upfronthosting.co.za>
2011-11-09 17:38:30rosslagerwalllinkissue6397 messages
2011-11-09 17:38:30rosslagerwallcreate