Skip to content

Fix undefined behavior in os.utime() on Windows #79552

@serhiy-storchaka

Description

@serhiy-storchaka
BPO 35371
Nosy @serhiy-storchaka, @miss-islington
PRs
  • bpo-35371: Fix possible crash in os.utime() on Windows. #10844
  • [3.7] bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) #10845
  • [3.6] bpo-35371: Fix possible crash in os.utime() on Windows. (GH-10844) #10846
  • 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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2018-12-01.18:10:31.219>
    created_at = <Date 2018-12-01.11:42:07.960>
    labels = ['extension-modules', '3.7', '3.8', 'type-crash']
    title = 'Fix undefined behavior in os.utime() on Windows'
    updated_at = <Date 2018-12-01.18:10:31.218>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2018-12-01.18:10:31.218>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2018-12-01.18:10:31.219>
    closer = 'serhiy.storchaka'
    components = ['Extension Modules']
    creation = <Date 2018-12-01.11:42:07.960>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35371
    keywords = ['patch']
    message_count = 4.0
    messages = ['330850', '330851', '330852', '330853']
    nosy_count = 2.0
    nosy_names = ['serhiy.storchaka', 'miss-islington']
    pr_nums = ['10844', '10845', '10846']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue35371'
    versions = ['Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Labels

    3.7 (EOL)end of life3.8 (EOL)end of lifeextension-modulesC modules in the Modules dirtype-crashA hard crash of the interpreter, possibly with a core dump
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions