Change by LihuaZhao :
--
pull_requests: -12349
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
LihuaZhao added the comment:
>>What is the current behavior of m = mmap.mmap(-1, 100)? Does it raise an
>>exception?
No, the following statement will return -1 without PR 12394
m_obj->data = mmap(NULL, map_size,
prot, flags,
Change by LihuaZhao :
--
pull_requests: -12788
___
Python tracker
<https://bugs.python.org/issue36648>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by LihuaZhao :
--
pull_requests: +12789
___
Python tracker
<https://bugs.python.org/issue31094>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by LihuaZhao :
--
keywords: +patch
pull_requests: +12788
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issue36648>
___
___
Python-
Change by LihuaZhao :
--
nosy: +vstinner
___
Python tracker
<https://bugs.python.org/issue36648>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by LihuaZhao :
--
type: -> enhancement
___
Python tracker
<https://bugs.python.org/issue36648>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from LihuaZhao :
anonymous mappings is not part of the POSIX standard, python user just need to
specified -1 as fd value when do anonymous map, for example:
m = mmap.mmap(-1, 100)
then python adapter module(mmapmodule.c) try to specify MAP_SHARED or
MAP_PRIVATE based on
Change by LihuaZhao :
--
pull_requests: +12645
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by LihuaZhao :
--
pull_requests: +12580
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by LihuaZhao :
--
pull_requests: +12578
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
Change by LihuaZhao :
--
pull_requests: +12349
___
Python tracker
<https://bugs.python.org/issue31904>
___
___
Python-bugs-list mailing list
Unsubscribe:
12 matches
Mail list logo