[issue25705] Fix regex_compile benchmark crash

2015-11-25 Thread Florin Papa
Florin Papa added the comment: No problem. Thank you for fixing this. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue25705] Fix regex_compile benchmark crash

2015-11-24 Thread Zachary Ware
Zachary Ware added the comment: Fixed in f7283190e896. I had actually already fixed this in my sandbox repo for speed.python.org; I just went ahead and pushed it (and a couple other very minor changes) to the main benchmark repo. Thanks for the report and patch! -- nosy: +zach.ware r

[issue25705] Fix regex_compile benchmark crash

2015-11-23 Thread Florin Papa
New submission from Florin Papa: Hi all, This is Florin Papa from the Server Languages Optimizations Team at Intel Corporation. The patch submitted here solves a crash occurring on Python 2.7 and 3.6 when running the regex_compile benchmark. The clear_cache() call was replaced with re.purge(