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 pitrou
Recipients eltoder, mark.dickinson, pitrou, rhettinger
Date 2011-03-11.17:23:51
SpamBayes Score 9.078259e-09
Marked as misclassified No
Message-id <1299864229.3732.7.camel@localhost.localdomain>
In-reply-to <1299864002.15.0.0191607695726.issue11462@psf.upfronthosting.co.za>
Content
> > _PyCode_AddObj() should be added to Include/code.h
> Should it be declared as PyAPI_FUNC too? This will make it
> unnecessarily exported (when patch in Issue11410 is merged), so I
> wanted to avoid that.

I guess we don't usually try to optimize that, but you can omit
PyAPI_FUNC indeed.
History
Date User Action Args
2011-03-11 17:23:52pitrousetrecipients: + pitrou, rhettinger, mark.dickinson, eltoder
2011-03-11 17:23:51pitroulinkissue11462 messages
2011-03-11 17:23:51pitroucreate