Files
cpython/Lib
Zackery Spytz 32032ee376 gh-87595: Support mmap.size() for anonymous mapping on Unix (GH-24781)
Previously, the size would be returned on Windows and an OSError would
be raised on Unix.

Also, raise ValueError instead of OSError for trackfd=False.

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2025-09-02 23:24:06 +03:00
..
2025-05-06 18:33:52 +03:00
2025-05-15 02:39:42 -07:00