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 rpetrov
Recipients christian.heimes, georg.brandl, rpetrov
Date 2008-12-06.16:17:05
SpamBayes Score 7.196091e-06
Marked as misclassified No
Message-id <1228580227.66.0.864370657489.issue4558@psf.upfronthosting.co.za>
In-reply-to
Content
There is no reason to overload configure script.

Please look into pyport.h :
#define Py_LOCAL(type) static type
#define Py_LOCAL_INLINE(type) static inline type

Someone add USE_INLINE - not finished.
I guess that other source files has to use macros from one
header(pyport.h) instead every C-file to resolve issue independently.
History
Date User Action Args
2008-12-06 16:17:07rpetrovsetrecipients: + rpetrov, georg.brandl, christian.heimes
2008-12-06 16:17:07rpetrovsetmessageid: <1228580227.66.0.864370657489.issue4558@psf.upfronthosting.co.za>
2008-12-06 16:17:06rpetrovlinkissue4558 messages
2008-12-06 16:17:05rpetrovcreate