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.

Author eryksun
Recipients davin, eryksun, paul.moore, pitrou, serhiy.storchaka, sobolevn, steve.dower, tim.golden, zach.ware
Date 2021-08-31.04:42:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630384926.22.0.400295212168.issue45052@roundup.psfhosted.org>
In-reply-to
Content
> It may be a bug in the constructor of SharedMemory. It ignores 
> the size argument on Windows.

The `size` argument is always ignored when `create` is false, on all platforms, not that I understand the reason for it. The difference compared to POSIX is that the size of a mapping that's backed by the paging file is rounded up to a multiple of the page size in Windows (e.g. 4 KiB).
History
Date User Action Args
2021-08-31 04:42:06eryksunsetrecipients: + eryksun, paul.moore, pitrou, tim.golden, zach.ware, serhiy.storchaka, steve.dower, davin, sobolevn
2021-08-31 04:42:06eryksunsetmessageid: <1630384926.22.0.400295212168.issue45052@roundup.psfhosted.org>
2021-08-31 04:42:06eryksunlinkissue45052 messages
2021-08-31 04:42:06eryksuncreate