Skip to content

str.isidentifier() does not work with non-BMP non-canonicalized strings on Windows #84776

@serhiy-storchaka

Description

@serhiy-storchaka
BPO 40596
Nosy @vstinner, @serhiy-storchaka
PRs
  • bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. #20035
  • bpo-40596: Fix str.isidentifier() for non-canonicalized strings containing non-BMP characters on Windows. #20053
  • 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 2020-05-12.13:19:12.227>
    created_at = <Date 2020-05-11.17:50:16.125>
    labels = ['interpreter-core', 'type-bug', '3.9']
    title = 'str.isidentifier() does not work with non-BMP non-canonicalized strings on Windows'
    updated_at = <Date 2020-05-12.17:27:57.214>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2020-05-12.17:27:57.214>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2020-05-12.13:19:12.227>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2020-05-11.17:50:16.125>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 40596
    keywords = ['patch']
    message_count = 6.0
    messages = ['368637', '368651', '368652', '368705', '368729', '368739']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'serhiy.storchaka']
    pr_nums = ['20035', '20053']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue40596'
    versions = ['Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.9 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions