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 BreamoreBoy, ajaksu2, alex, amaury.forgeotdarc, arigo, fijal, gvanrossum, theller
Date 2010-09-20.06:48:43
SpamBayes Score 1.7508604e-05
Marked as misclassified No
Message-id <1284965325.59.0.651699405397.issue1838@psf.upfronthosting.co.za>
In-reply-to
Content
This function is called quite often. Building a set each time will be expensive.
What about a simpler recursion check with Py_EnterRecursiveCall()?
History
Date User Action Args
2010-09-20 06:48:45amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gvanrossum, arigo, theller, fijal, ajaksu2, alex, BreamoreBoy
2010-09-20 06:48:45amaury.forgeotdarcsetmessageid: <1284965325.59.0.651699405397.issue1838@psf.upfronthosting.co.za>
2010-09-20 06:48:43amaury.forgeotdarclinkissue1838 messages
2010-09-20 06:48:43amaury.forgeotdarccreate