[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 3014d6eb7f6ed8cc61b9b26fe1c4454760dc8621 by Serhiy Storchaka in branch '2.7': [2.7] bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) (GH-7432) https://github.com/python/cpython/commit/3014d6eb7f6ed8cc61b9b26fe1c445476

[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +7058 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread miss-islington
miss-islington added the comment: New changeset 631fe1fa423c42197d533103dcf349ca19baed0c by Miss Islington (bot) in branch '3.7': bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) https://github.com/python/cpython/commit/631fe1fa423c42197d533103dcf349ca19baed0c -

[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread miss-islington
miss-islington added the comment: New changeset ae55d29fe04ee1aeb1bcb2e9b84e5bc9d4ecb070 by Miss Islington (bot) in branch '3.6': bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) https://github.com/python/cpython/commit/ae55d29fe04ee1aeb1bcb2e9b84e5bc9d4ecb070 -

[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7053 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread miss-islington
Change by miss-islington : -- pull_requests: +7052 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33767] Improper use of SystemError in the mmap module

2018-06-05 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset e9e397605789b2a67b67558fbbe756b7b88934f5 by Serhiy Storchaka (Zackery Spytz) in branch 'master': bpo-33767: Fix improper use of SystemError by mmap.mmap objects (GH-7381) https://github.com/python/cpython/commit/e9e397605789b2a67b67558fbbe756b

[issue33767] Improper use of SystemError in the mmap module

2018-06-03 Thread Zackery Spytz
Zackery Spytz added the comment: It doesn't look like it. I've updated the PR. -- ___ Python tracker ___ ___ Python-bugs-list maili

[issue33767] Improper use of SystemError in the mmap module

2018-06-03 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your PR Zackery! I concur that an alternative would be to remove mmap_concat() and mmap_repeat(). Why not use this simpler way? Are there any drawbacks? -- nosy: +serhiy.storchaka ___ Python tracke

[issue33767] Improper use of SystemError in the mmap module

2018-06-03 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +7008 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33767] Improper use of SystemError in the mmap module

2018-06-03 Thread Zackery Spytz
New submission from Zackery Spytz : Both mmap_concat() and mmap_repeat() raise a SystemError when invoked. -- components: Extension Modules messages: 318623 nosy: ZackerySpytz priority: normal severity: normal status: open title: Improper use of SystemError in the mmap module type: beha