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 asvetlov
Recipients alexandre.vassalotti, asvetlov, daniel.urban, loewis, meador.inge, mstefanro, ncoghlan, rhettinger, yselivanov
Date 2012-07-20.09:49:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342777741.97.0.188932808592.issue15397@psf.upfronthosting.co.za>
In-reply-to
Content
Stefan, you right.
A bit hairy idiom from my perspective, but it works.
Looks like this way used only for PyCFunction_New, all other code follows standard schema with trampoline.
History
Date User Action Args
2012-07-20 09:49:02asvetlovsetrecipients: + asvetlov, loewis, rhettinger, ncoghlan, alexandre.vassalotti, meador.inge, daniel.urban, mstefanro, yselivanov
2012-07-20 09:49:01asvetlovsetmessageid: <1342777741.97.0.188932808592.issue15397@psf.upfronthosting.co.za>
2012-07-20 09:49:01asvetlovlinkissue15397 messages
2012-07-20 09:49:01asvetlovcreate