[issue13083] _sre: getstring() releases the buffer before using it

2013-08-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Agree. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue13083] _sre: getstring() releases the buffer before using it

2013-08-05 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> duplicate stage: -> committed/rejected status: open -> closed superseder: -> Segfault when using re.finditer over mmap ___ Python tracker _

[issue13083] _sre: getstring() releases the buffer before using it

2013-07-17 Thread Matthew Barnett
Matthew Barnett added the comment: It looks like this was fixed for issue #14212. -- ___ Python tracker ___ ___ Python-bugs-list maili

[issue13083] _sre: getstring() releases the buffer before using it

2013-07-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- components: +Regular Expressions nosy: +ezio.melotti, mrabarnett, serhiy.storchaka versions: +Python 3.4 ___ Python tracker ___ _

[issue13083] _sre: getstring() releases the buffer before using it

2011-09-30 Thread STINNER Victor
New submission from STINNER Victor : getstring() of the _sre module contains the following code: - ... buffer = Py_TYPE(string)->tp_as_buffer; if (!buffer || !buffer->bf_getbuffer || (*buffer->bf_getbuffer)(string, &view, PyBUF_SIMPLE) < 0) { PyErr_SetS