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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, mbandy, pitrou, tim.peters
Date 2010-02-25.22:17:01
SpamBayes Score 0.0006866756
Marked as misclassified No
Message-id <1267136223.18.0.234312057988.issue8020@psf.upfronthosting.co.za>
In-reply-to
Content
No, the description above says it: only the first thread calls Py_ADDRESS_IN_RANGE. The other thread happens to modify the memory at the beginning of the page, just at the address (POOL)->arenaindex.

Could we use an "inline" function instead of a macro? I suppose the compiler would optimize it and generate code as fast as a macro.
History
Date User Action Args
2010-02-25 22:17:03amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, tim.peters, pitrou, mbandy
2010-02-25 22:17:03amaury.forgeotdarcsetmessageid: <1267136223.18.0.234312057988.issue8020@psf.upfronthosting.co.za>
2010-02-25 22:17:01amaury.forgeotdarclinkissue8020 messages
2010-02-25 22:17:01amaury.forgeotdarccreate