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 mbandy
Recipients mbandy, pitrou
Date 2010-02-25.22:03:11
SpamBayes Score 0.00052966684
Marked as misclassified No
Message-id <1267135393.16.0.665042301556.issue8020@psf.upfronthosting.co.za>
In-reply-to
Content
You can't add a block without changing the way the macro is used -- it's usually used like:

if (Py_ADDRESS_IN_RANGE(p, pool))

This won't work with your proposed change since you can't put a do {} loop into the test expression of the if statement.
History
Date User Action Args
2010-02-25 22:03:13mbandysetrecipients: + mbandy, pitrou
2010-02-25 22:03:13mbandysetmessageid: <1267135393.16.0.665042301556.issue8020@psf.upfronthosting.co.za>
2010-02-25 22:03:11mbandylinkissue8020 messages
2010-02-25 22:03:11mbandycreate