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: posixshmem module shm_rename freebsd support.
Type: enhancement Stage:
Components: FreeBSD Versions:
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: devnexen, koobs, vstinner
Priority: normal Keywords:

Created on 2022-01-16 13:51 by devnexen, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 30621 open devnexen, 2022-01-16 13:51
Messages (1)
msg410694 - (view) Author: David CARLIER (devnexen) * Date: 2022-01-16 13:52
- Adding shm_rename (from FreeBSD 13) to be able to move a shared memory block from one location to another.
History
Date User Action Args
2022-04-11 14:59:54adminsetgithub: 90556
2022-01-16 13:52:36devnexensetmessages: + msg410694
2022-01-16 13:51:26devnexencreate