This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2013年03月05日 21:47 by fatlotus, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg183555 - (view) | Author: Jeremy Archer (fatlotus) | Date: 2013年03月05日 21:47 | |
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. |
|||
| msg183640 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年03月07日 08:24 | |
Perhaps it was fixed in issue10181. Is it reproduced on Python 2.7 build from current sources? |
|||
| msg183641 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2013年03月07日 08:28 | |
Sorry, this is issue10182. |
|||
| msg199747 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2013年10月13日 18:22 | |
Closed due to lack of feedback. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:42 | admin | set | github: 61562 |
| 2013年10月13日 18:22:11 | georg.brandl | set | status: pending -> closed nosy: + georg.brandl messages: + msg199747 resolution: works for me |
| 2013年03月11日 16:32:11 | serhiy.storchaka | set | status: open -> pending |
| 2013年03月07日 08:28:51 | serhiy.storchaka | set | messages: + msg183641 |
| 2013年03月07日 08:24:48 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka messages: + msg183640 |
| 2013年03月05日 21:47:28 | fatlotus | create | |