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 halfie
Recipients christian.heimes, halfie, neologix, vstinner
Date 2013-07-31.06:00:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375250459.82.0.320903406565.issue18596@psf.upfronthosting.co.za>
In-reply-to
Content
Using,

# define ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS __attribute__((no_address_safety_analysis)) __attribute__ ((noinline))

instead of,

# define ATTRIBUTE_NO_ADDRESS_SAFETY_ANALYSIS __attribute__((no_address_safety_analysis))

seems to be a more future-proof (against inlining) solution.
History
Date User Action Args
2013-07-31 06:00:59halfiesetrecipients: + halfie, vstinner, christian.heimes, neologix
2013-07-31 06:00:59halfiesetmessageid: <1375250459.82.0.320903406565.issue18596@psf.upfronthosting.co.za>
2013-07-31 06:00:59halfielinkissue18596 messages
2013-07-31 06:00:59halfiecreate