[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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). 
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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com