Skip to content

Fix function cast warning in thread_pthread.h #77196

@siddhesh

Description

@siddhesh
mannequin
BPO 33015
Nosy @gpshead, @pitrou, @vstinner, @benjaminp, @skrah, @serhiy-storchaka, @zooba, @siddhesh, @izbyshev, @miss-islington
PRs
  • bpo-33015: Add a wrapper for thread function in PyThread_start_new_thread #6008
  • bpo-33015: Fix func cast warn in PyThread_start_new_thread() #10057
  • [3.7] bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) #10821
  • [3.6] bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) #10822
  • [2.7] bpo-33015: Fix UB in pthread PyThread_start_new_thread (GH-6008) #10823
  • [2.7] bpo-35368: Make PyMem_Malloc() thread-safe in debug mode #10828
  • [2.7] bpo-33015: Use malloc() in PyThread_start_new_thread() #10829
  • Files
  • func_cast.c
  • 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 2018-11-30.23:11:09.461>
    created_at = <Date 2018-03-06.18:56:13.815>
    labels = ['3.8', 'build', '3.7']
    title = 'Fix function cast warning in thread_pthread.h'
    updated_at = <Date 2018-11-30.23:11:09.460>
    user = 'https://github.com/siddhesh'

    bugs.python.org fields:

    activity = <Date 2018-11-30.23:11:09.460>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-11-30.23:11:09.461>
    closer = 'vstinner'
    components = ['Build']
    creation = <Date 2018-03-06.18:56:13.815>
    creator = 'siddhesh'
    dependencies = []
    files = ['47888']
    hgrepos = []
    issue_num = 33015
    keywords = ['patch']
    message_count = 32.0
    messages = ['313357', '316332', '316348', '316415', '316639', '316709', '328298', '328300', '328301', '328302', '328308', '328310', '328313', '328325', '328387', '328388', '328409', '328415', '328417', '328838', '330791', '330794', '330798', '330799', '330800', '330806', '330807', '330810', '330829', '330830', '330832', '330835']
    nosy_count = 10.0
    nosy_names = ['gregory.p.smith', 'pitrou', 'vstinner', 'benjamin.peterson', 'skrah', 'serhiy.storchaka', 'steve.dower', 'siddhesh', 'izbyshev', 'miss-islington']
    pr_nums = ['6008', '10057', '10821', '10822', '10823', '10828', '10829']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'compile error'
    url = 'https://bugs.python.org/issue33015'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7', 'Python 3.8']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of life3.8 (EOL)end of lifebuildThe build process and cross-build

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions