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). 
Naturally, this is on a 64-bit platform with Python 2.7.3 installed from APT.

----------
components: Library (Lib), Regular Expressions
messages: 183555
nosy: ezio.melotti, fatlotus, mrabarnett
priority: normal
severity: normal
status: open
title: Regular expressions on mmap'd files can overflow
type: behavior
versions: Python 2.7

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue17360>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to