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 vstinner
Recipients Aaron Hall, benjamin.peterson, mark.dickinson, miss-islington, serhiy.storchaka, thatiparthy, vstinner
Date 2018-10-28.21:44:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540763072.75.0.788709270274.issue35059@psf.upfronthosting.co.za>
In-reply-to
Content
If my PR 10079 is merged without Py_STATIC_INLINE(), I will remove the macro.

I'm not sure if we need an "always inline" macro or not.

Note: I'm in favor of moving closer to the C language and not abusing __attribute__(...) :-)
History
Date User Action Args
2018-10-28 21:44:32vstinnersetrecipients: + vstinner, mark.dickinson, benjamin.peterson, serhiy.storchaka, thatiparthy, Aaron Hall, miss-islington
2018-10-28 21:44:32vstinnersetmessageid: <1540763072.75.0.788709270274.issue35059@psf.upfronthosting.co.za>
2018-10-28 21:44:32vstinnerlinkissue35059 messages
2018-10-28 21:44:32vstinnercreate