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, benjamin.peterson, christian.heimes, georg.brandl, rhettinger
Date 2008-01-23.09:35:14
SpamBayes Score 0.01399207
Marked as misclassified No
Message-id <1201080916.52.0.229195299717.issue1910@psf.upfronthosting.co.za>
In-reply-to
Content
In ceval.c, the "case WITH_CLEANUP" contains the following lines:
  /* XXX Not the fastest way to call it... */
  x = PyObject_CallFunctionObjArgs(x, u, v, w, NULL);

Maybe this is something not too difficult to improve?
History
Date User Action Args
2008-01-23 09:35:16amaury.forgeotdarcsetspambayes_score: 0.0139921 -> 0.01399207
recipients: + amaury.forgeotdarc, georg.brandl, rhettinger, christian.heimes, benjamin.peterson
2008-01-23 09:35:16amaury.forgeotdarcsetspambayes_score: 0.0139921 -> 0.0139921
messageid: <1201080916.52.0.229195299717.issue1910@psf.upfronthosting.co.za>
2008-01-23 09:35:15amaury.forgeotdarclinkissue1910 messages
2008-01-23 09:35:14amaury.forgeotdarccreate