New submission from Abhijit Bhattacharjee <itabhij...@gmail.com>: The following Code causes Python to crash import os import mmap data = mmap.mmap(open(<Certain File>,"r+").fileno(),os.path.getsize(<Certain File>))
assuming <Certain File> is present in the current working directory ---------- components: Interpreter Core, Windows messages: 143378 nosy: itabhijitb priority: normal severity: normal status: open title: mmap crash on Windows type: crash versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12882> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com