Skip to content

Fix types for dev_t processing in posix module: use uint64_t (unsigned) instead of int64_t (signed) #89928

Closed
@AMDmi3

Description

@AMDmi3
BPO 45767
Nosy @serhiy-storchaka, @koobs, @AMDmi3
PRs
  • gh-89928: consume dev_t with PyLong_FromUnsignedLongLong #29494
  • gh-89928: Fix integer conversion of device numbers. #31794
  • Files
  • posixmodule.c.patch: Patch
  • 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 2021-11-09.17:13:09.157>
    labels = ['extension-modules', 'type-bug', '3.9', '3.10', '3.11']
    title = 'Fix types for dev_t processing in posix module'
    updated_at = <Date 2022-03-10.14:54:37.748>
    user = 'https://github.com/AMDmi3'

    bugs.python.org fields:

    activity = <Date 2022-03-10.14:54:37.748>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Extension Modules', 'FreeBSD']
    creation = <Date 2021-11-09.17:13:09.157>
    creator = 'AMDmi3'
    dependencies = []
    files = ['50433']
    hgrepos = []
    issue_num = 45767
    keywords = ['patch']
    message_count = 5.0
    messages = ['406030', '406051', '411022', '411036', '414851']
    nosy_count = 3.0
    nosy_names = ['serhiy.storchaka', 'koobs', 'AMDmi3']
    pr_nums = ['29494', '31794']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue45767'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']

    Linked PRs

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.11only security fixes3.12bugs and security fixesOS-freebsdextension-modulesC modules in the Modules dirtype-bugAn unexpected behavior, bug, or error

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions