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 serhiy.storchaka
Recipients Aaron.Meurer, BreamoreBoy, amaury.forgeotdarc, anacrolix, asvetlov, brechtm, eric.snow, ezio.melotti, giampaolo.rodola, jcea, josh.r, kachayev, meador.inge, pitrou, poke, rhettinger, scoder, serhiy.storchaka, skrah
Date 2014-08-06.15:22:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407338565.57.0.923560264771.issue14373@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond, do you have time for the review? It will be easier to support both implementation at the same time, than change only Python implementation and asynchronously update the patch with the risk to lost changes in C implementation.

I think we should increase the priority of this issue. Efficient lru_cache will affect other parts of the stdlib. In particular the use of lru_cache was withdrawed in the re module due to large overhead of Python implementation. The ipaddress module now uses own specialized implementation of the caching instead of general lru_cache for the same reason. Issue13299 proposition will be more acceptable with faster lru_cache.
History
Date User Action Args
2014-08-06 15:22:45serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, jcea, amaury.forgeotdarc, pitrou, scoder, giampaolo.rodola, ezio.melotti, asvetlov, poke, skrah, meador.inge, anacrolix, Aaron.Meurer, BreamoreBoy, eric.snow, brechtm, kachayev, josh.r
2014-08-06 15:22:45serhiy.storchakasetmessageid: <1407338565.57.0.923560264771.issue14373@psf.upfronthosting.co.za>
2014-08-06 15:22:45serhiy.storchakalinkissue14373 messages
2014-08-06 15:22:45serhiy.storchakacreate