This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: mmap.size() raises OSError on Unix for anonymous memory
Type: behavior Stage: patch review
Components: Extension Modules Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: ZackerySpytz
Priority: normal Keywords: patch

Created on 2021-03-07 23:29 by ZackerySpytz, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 24781 open ZackerySpytz, 2021-03-07 23:33
Messages (1)
msg388252 - (view) Author: Zackery Spytz (ZackerySpytz) * (Python triager) Date: 2021-03-07 23:29
For anonymous memory, mmap.size() works without issue on Windows, but it raises OSError on Unix.
History
Date User Action Args
2022-04-11 14:59:42adminsetgithub: 87595
2021-03-07 23:33:14ZackerySpytzsetkeywords: + patch
stage: patch review
pull_requests: + pull_request23547
2021-03-07 23:29:06ZackerySpytzcreate