[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 ___ _

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

2013-03-11 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- status: open -> pending ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[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 ___ ___ Python-bugs-list mailing list Unsubscribe

[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

[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 = 3.5.0-23-generic