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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, belopolsky
Date 2008-02-06.17:08:00
SpamBayes Score 0.16415219
Marked as misclassified No
Message-id <1202317682.48.0.696331926142.issue2016@psf.upfronthosting.co.za>
In-reply-to
Content
This could be turned into an assertion.
But beware that some extension writers may use code like
    PyObject_Call(callable, args, Py_None)
which works perfectly today.
History
Date User Action Args
2008-02-06 17:08:02amaury.forgeotdarcsetspambayes_score: 0.164152 -> 0.16415219
recipients: + amaury.forgeotdarc, belopolsky
2008-02-06 17:08:02amaury.forgeotdarcsetspambayes_score: 0.164152 -> 0.164152
messageid: <1202317682.48.0.696331926142.issue2016@psf.upfronthosting.co.za>
2008-02-06 17:08:00amaury.forgeotdarclinkissue2016 messages
2008-02-06 17:08:00amaury.forgeotdarccreate