Antoine Pitrou <pit...@free.fr> added the comment: > > _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. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11462> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com