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 scoder
Recipients Aaron.Meurer, BreamoreBoy, Tim.Graham, amaury.forgeotdarc, anacrolix, asvetlov, brechtm, eric.snow, ezio.melotti, giampaolo.rodola, jcea, josh.r, kachayev, kmike, meador.inge, pitrou, poke, python-dev, rhettinger, scoder, serhiy.storchaka
Date 2015-07-10.19:46:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <55A020F7.2070302@behnel.de>
In-reply-to <1436554082.16.0.34565892981.issue14373@psf.upfronthosting.co.za>
Content
It's not actually my own code using the lru_cache here. From a quick grep
over the code tree, the only potentially related usage I found was in
Python's fnmatch module, on the "_compile_pattern()" function. Commenting
that out then made the crash go away, so this was the culprit.

However, I ran test_functools.py of the same installation and it passes, so
not every usage is broken here. Simple manual testing didn't reveal
anything either so far.
History
Date User Action Args
2015-07-10 19:46:03scodersetrecipients: + scoder, rhettinger, jcea, amaury.forgeotdarc, pitrou, giampaolo.rodola, ezio.melotti, asvetlov, poke, meador.inge, anacrolix, Aaron.Meurer, BreamoreBoy, python-dev, eric.snow, serhiy.storchaka, brechtm, kmike, kachayev, josh.r, Tim.Graham
2015-07-10 19:46:03scoderlinkissue14373 messages
2015-07-10 19:46:03scodercreate