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 pitrou, vstinner
Date 2014-07-10.19:36:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1405020967.14.0.385293193823.issue21952@psf.upfronthosting.co.za>
In-reply-to
Content
When using some filters and comparing snapshots, fnmatch will appear in the statistic diffs, e.g.:

/home/antoine/34/lib/python3.4/fnmatch.py:70: size=824 B (+64 B), count=2 (+1), average=412 B
eeleak.py:37: size=2512 B (+0 B), count=3 (+0), average=837 B
/home/antoine/llvmpy/llvm/ee.py:109: size=976 B (+0 B), count=2 (+0), average=488 B
/home/antoine/llvmpy/llvm/core.py:401: size=904 B (+0 B), count=2 (+0), average=452 B
/home/antoine/34/lib/python3.4/sre_compile.py:488: size=856 B (+0 B), count=1 (+0), average=856 B


Perhaps it would be nice to manually cache the compiled re pattern, instead of going through fnmatch's lru_cache thing which seems to make reports less robust.
History
Date User Action Args
2014-07-10 19:36:07pitrousetrecipients: + pitrou, vstinner
2014-07-10 19:36:07pitrousetmessageid: <1405020967.14.0.385293193823.issue21952@psf.upfronthosting.co.za>
2014-07-10 19:36:07pitroulinkissue21952 messages
2014-07-10 19:36:06pitroucreate