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-19.20:00:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342728056.57.0.872170090322.issue15397@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like PyCFunction_NewEx is part of Stable API.
If I'm right you have to make stub for this one as simple trampoline to new PyCFunction_NewExEx implementation.

Martin, please confirm.
History
Date User Action Args
2012-07-19 20:00:56asvetlovsetrecipients: + asvetlov, loewis, rhettinger, ncoghlan, alexandre.vassalotti, meador.inge, daniel.urban, mstefanro, yselivanov
2012-07-19 20:00:56asvetlovsetmessageid: <1342728056.57.0.872170090322.issue15397@psf.upfronthosting.co.za>
2012-07-19 20:00:55asvetlovlinkissue15397 messages
2012-07-19 20:00:55asvetlovcreate