[issue17360] Regular expressions on mmap'd files can overflow

2013-10-13 Thread Georg Brandl
Georg Brandl added the comment: Closed due to lack of feedback. -- nosy: +georg.brandl resolution: - works for me status: pending - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17360

[issue17360] Regular expressions on mmap'd files can overflow

2013-03-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- status: open - pending ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17360 ___ ___

[issue17360] Regular expressions on mmap'd files can overflow

2013-03-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Perhaps it was fixed in issue10181. Is it reproduced on Python 2.7 build from current sources? -- nosy: +serhiy.storchaka ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17360

[issue17360] Regular expressions on mmap'd files can overflow

2013-03-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Sorry, this is issue10182. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue17360 ___ ___ Python-bugs-list

[issue17360] Regular expressions on mmap'd files can overflow

2013-03-05 Thread Jeremy Archer
New submission from Jeremy Archer: I've recently been having problems with the Python regular expressions module when mmap'ing large ( 2^32 bits) on Linux. Steps to reproduce: https://gist.github.com/fatlotus/5094575 I've been able to replicate it on Ubuntu Linux (uname -r =