Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] io.open and mmap

----------------------------------------------

ISSUES

1. [New issue] io.open and mmap
http://ironpython.codeplex.com/workitem/34528
User Libbnor has proposed the issue:

"with io.open("somefile", "r+b") as f:
    mm = mmap.mmap(f.fileno(), 0)

fails with:
mmap.error: [Errno 9] Bad file descriptor"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on 
CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue 
Tracker. You can unsubscribe or change your issue notification settings on 
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to