Skip to content

PyThread assumes pthread_key_t is an integer, which is against POSIX #69844

@EdSchouten

Description

@EdSchouten
BPO 25658
Nosy @ncoghlan, @scoder, @vstinner, @bitdancer, @embray, @ma8ma, @EdSchouten
PRs
  • bpo-25658: Implement PEP 539 for Thread Specific Storage (TSS) API #1362
  • bpo-31828: make Py_tss_NEEDS_INIT usable in non-static initialisers #4060
  • Files
  • issue25658-1.patch
  • key-constant-time.diff
  • pythread-key-intptr_t.patch
  • configure-pthread_key_t.patch
  • pythread-tss.patch
  • pythread-tss-2.patch
  • pythread-tss-3.patch: minor changes for version 2
  • 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 2017-10-06.10:45:57.315>
    created_at = <Date 2015-11-18.15:50:16.862>
    labels = ['interpreter-core', 'build', '3.7']
    title = 'PyThread assumes pthread_key_t is an integer, which is against POSIX'
    updated_at = <Date 2017-10-20.16:09:32.004>
    user = 'https://github.com/EdSchouten'

    bugs.python.org fields:

    activity = <Date 2017-10-20.16:09:32.004>
    actor = 'scoder'
    assignee = 'none'
    closed = True
    closed_date = <Date 2017-10-06.10:45:57.315>
    closer = 'ncoghlan'
    components = ['Interpreter Core']
    creation = <Date 2015-11-18.15:50:16.862>
    creator = 'EdSchouten'
    dependencies = []
    files = ['44269', '44303', '45427', '45548', '45763', '46227', '46379']
    hgrepos = []
    issue_num = 25658
    keywords = ['patch']
    message_count = 42.0
    messages = ['254846', '273441', '273443', '273451', '273453', '273460', '273464', '273480', '273916', '273919', '274030', '274035', '274040', '280511', '280512', '280525', '280526', '280527', '281227', '281990', '282024', '282033', '282404', '282410', '285039', '285328', '285478', '286012', '290035', '292625', '292841', '298342', '298347', '298674', '298676', '299542', '301768', '303814', '304650', '304652', '304657', '304663']
    nosy_count = 7.0
    nosy_names = ['ncoghlan', 'scoder', 'vstinner', 'r.david.murray', 'erik.bray', 'masamoto', 'EdSchouten']
    pr_nums = ['1362', '4060']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'compile error'
    url = 'https://bugs.python.org/issue25658'
    versions = ['Python 3.7']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.7 (EOL)end of lifebuildThe build process and cross-buildinterpreter-core(Objects, Python, Grammar, and Parser dirs)

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions