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 pitrou
Recipients ezio.melotti, leewz, mrabarnett, pitrou, serhiy.storchaka
Date 2014-02-02.22:54:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391381683.79.0.0540819390845.issue20426@psf.upfronthosting.co.za>
In-reply-to
Content
A simple workaround is to bypass the cache when DEBUG is passed. See attached patch.
(not sure this applies as a bug fix, but DEBUG probably isn't used in production anyway: the potential for breakage is low)
History
Date User Action Args
2014-02-02 22:54:43pitrousetrecipients: + pitrou, ezio.melotti, mrabarnett, serhiy.storchaka, leewz
2014-02-02 22:54:43pitrousetmessageid: <1391381683.79.0.0540819390845.issue20426@psf.upfronthosting.co.za>
2014-02-02 22:54:43pitroulinkissue20426 messages
2014-02-02 22:54:43pitroucreate