◐ Shell
clean mode source ↗

Message 165874 - Python tracker

Message165874

Author loewis
Recipients alexandre.vassalotti, asvetlov, daniel.urban, loewis, meador.inge, mstefanro, ncoghlan, rhettinger, yselivanov
Date 2012-07-19.20:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342729405.27.0.689088466666.issue15397@psf.upfronthosting.co.za>
In-reply-to
Content
Andrew is right: PyCFunction_NewEx must stay, and must continue to get the same parameters as it currently does. This not only applies to extensions already built, but also to extensions that are built against the new header files: they still need to run under old Python releases (if they only use the stable ABI).
History
Date User Action Args
2012-07-19 20:23:25loewissetrecipients: + loewis, rhettinger, ncoghlan, alexandre.vassalotti, asvetlov, meador.inge, daniel.urban, mstefanro, yselivanov
2012-07-19 20:23:25loewissetmessageid: <1342729405.27.0.689088466666.issue15397@psf.upfronthosting.co.za>
2012-07-19 20:23:24loewislinkissue15397 messages
2012-07-19 20:23:24loewiscreate