[issue31904] Python should support VxWorks RTOS

2019-05-30 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: -12349 ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36648] MAP_SHARED isn't proper for anonymous mappings for VxWorks

2019-04-18 Thread LihuaZhao
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,

[issue36648] MAP_SHARED isn't proper for anonymous mappings for VxWorks

2019-04-17 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: -12788 ___ Python tracker <https://bugs.python.org/issue36648> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31094] asyncio: get list of connected clients

2019-04-17 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: +12789 ___ Python tracker <https://bugs.python.org/issue31094> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36648] MAP_SHARED isn't proper for anonymous mappings for VxWorks

2019-04-17 Thread LihuaZhao
Change by LihuaZhao : -- keywords: +patch pull_requests: +12788 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue36648> ___ ___ Python-

[issue36648] MAP_SHARED isn't proper for anonymous mappings for VxWorks

2019-04-17 Thread LihuaZhao
Change by LihuaZhao : -- nosy: +vstinner ___ Python tracker <https://bugs.python.org/issue36648> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36648] MAP_SHARED isn't proper for anonymous mappings for VxWorks

2019-04-17 Thread LihuaZhao
Change by LihuaZhao : -- type: -> enhancement ___ Python tracker <https://bugs.python.org/issue36648> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue36648] MAP_SHARED isn't proper for anonymous mappings for VxWorks

2019-04-17 Thread LihuaZhao
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

[issue31904] Python should support VxWorks RTOS

2019-04-07 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: +12645 ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-04-01 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: +12580 ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-04-01 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: +12578 ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue31904] Python should support VxWorks RTOS

2019-03-17 Thread LihuaZhao
Change by LihuaZhao : -- pull_requests: +12349 ___ Python tracker <https://bugs.python.org/issue31904> ___ ___ Python-bugs-list mailing list Unsubscribe: