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 vstinner
Recipients SilentGhost, ezio.melotti, mrabarnett, rhettinger, serhiy.storchaka, vstinner, xiang.zhang
Date 2016-10-18.14:42:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476801775.82.0.259112317094.issue28293@psf.upfronthosting.co.za>
In-reply-to
Content
Can't we redesign the function to reuse @functools.lru_cache(_MAXCACHE) but take care of the debug flag? For example, split the function in smaller parts.
History
Date User Action Args
2016-10-18 14:42:55vstinnersetrecipients: + vstinner, rhettinger, ezio.melotti, mrabarnett, SilentGhost, serhiy.storchaka, xiang.zhang
2016-10-18 14:42:55vstinnersetmessageid: <1476801775.82.0.259112317094.issue28293@psf.upfronthosting.co.za>
2016-10-18 14:42:55vstinnerlinkissue28293 messages
2016-10-18 14:42:55vstinnercreate