Skip to content

signed/unsigned mismatch in Py_UNICODE_ISSPACE macro #87196

Closed
@doko42

Description

@doko42
BPO 43030
Nosy @doko42, @vstinner, @methane, @serhiy-storchaka, @miss-islington
PRs
  • bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t #24350
  • [3.9] bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350) #24396
  • [3.8] bpo-43030: Fixed a compiler warning in Py_UNICODE_ISSPACE with signed wchar_t (GH-24350) #24397
  • 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 = <Date 2021-01-31.14:46:58.135>
    created_at = <Date 2021-01-26.12:40:22.465>
    labels = ['expert-C-API', '3.8', '3.9', '3.10']
    title = 'signed/unsigned mismatch in Py_UNICODE_ISSPACE macro'
    updated_at = <Date 2021-01-31.14:46:58.131>
    user = 'https://github.com/doko42'

    bugs.python.org fields:

    activity = <Date 2021-01-31.14:46:58.131>
    actor = 'serhiy.storchaka'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-01-31.14:46:58.135>
    closer = 'serhiy.storchaka'
    components = ['C API']
    creation = <Date 2021-01-26.12:40:22.465>
    creator = 'doko'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 43030
    keywords = ['patch']
    message_count = 8.0
    messages = ['385707', '385708', '385711', '385747', '385750', '386016', '386019', '386022']
    nosy_count = 5.0
    nosy_names = ['doko', 'vstinner', 'methane', 'serhiy.storchaka', 'miss-islington']
    pr_nums = ['24350', '24396', '24397']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue43030'
    versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions