Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiprocessing: add SharedMemory.rename() -- shm_rename() FreeBSD support #90556

Open
devnexen mannequin opened this issue Jan 16, 2022 · 1 comment
Open

multiprocessing: add SharedMemory.rename() -- shm_rename() FreeBSD support #90556

devnexen mannequin opened this issue Jan 16, 2022 · 1 comment
Labels
extension-modules C modules in the Modules dir OS-freebsd topic-multiprocessing type-feature A feature request or enhancement

Comments

@devnexen
Copy link
Mannequin

devnexen mannequin commented Jan 16, 2022

BPO 46398
Nosy @vstinner, @koobs, @devnexen
PRs
  • bpo-46398: posixshmem module shm_rename freebsd support. #30621
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = None
    created_at = <Date 2022-01-16.13:51:26.292>
    labels = ['type-feature']
    title = 'posixshmem module shm_rename freebsd support.'
    updated_at = <Date 2022-01-16.13:52:36.453>
    user = 'https://github.com/devnexen'

    bugs.python.org fields:

    activity = <Date 2022-01-16.13:52:36.453>
    actor = 'devnexen'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['FreeBSD']
    creation = <Date 2022-01-16.13:51:26.292>
    creator = 'devnexen'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 46398
    keywords = []
    message_count = 1.0
    messages = ['410694']
    nosy_count = 3.0
    nosy_names = ['vstinner', 'koobs', 'devnexen']
    pr_nums = ['30621']
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue46398'
    versions = []

    Linked PRs

    @devnexen devnexen mannequin added type-feature A feature request or enhancement labels Jan 16, 2022
    @devnexen
    Copy link
    Mannequin Author

    devnexen mannequin commented Jan 16, 2022

    • Adding shm_rename (from FreeBSD 13) to be able to move a shared memory block from one location to another.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    @iritkatriel iritkatriel added the extension-modules C modules in the Modules dir label Nov 29, 2023
    @vstinner vstinner changed the title posixshmem module shm_rename freebsd support. multiprocessing: add SharedMemory.rename() -- shm_rename() FreeBSD support May 24, 2024
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    extension-modules C modules in the Modules dir OS-freebsd topic-multiprocessing type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants