Skip to content

Implement PEP 567 #76617

@1st1

Description

@1st1
BPO 32436
Nosy @gvanrossum, @1st1, @miss-islington
PRs
  • bpo-32436: Implement PEP 567 #5027
  • bpo-32436: Remove a redundant assert #5275
  • bpo-32436: Fix potential NULL dereference #5286
  • bpo-32436: Don't use native popcount() (also fixes bpo-32641) #5292
  • bpo-32436: Fix a refleak and a GCC warning #5326
  • bpo-32436: Make PyContextVar_Get a little bit faster #5350
  • bpo-32436: Use PyThreadState_GET() in all hot paths #5363
  • bpo-32436: Add a default switch branch in _PyHamt_Eq #5370
  • bpo-32436: Fix compiler warning #5483
  • [3.7] bpo-32436: Fix compiler warning (GH-5483) #5486
  • bpo-32436: Add docs for contextvars #5685
  • [3.7] bpo-32436: Add docs for contextvars (GH-5685) #5699
  • bpo-32436: Document PEP 567 changes to asyncio. #7073
  • [3.7] bpo-32436: Document PEP 567 changes to asyncio. (GH-7073) #7077
  • 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/1st1'
    closed_at = <Date 2018-02-16.16:48:43.585>
    created_at = <Date 2017-12-28.05:20:05.286>
    labels = ['interpreter-core', 'type-feature', 'library', '3.7']
    title = 'Implement PEP 567'
    updated_at = <Date 2018-05-23.17:59:21.172>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2018-05-23.17:59:21.172>
    actor = 'miss-islington'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2018-02-16.16:48:43.585>
    closer = 'yselivanov'
    components = ['Interpreter Core', 'Library (Lib)']
    creation = <Date 2017-12-28.05:20:05.286>
    creator = 'yselivanov'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 32436
    keywords = ['patch']
    message_count = 19.0
    messages = ['310451', '310452', '310455', '310456', '310457', '310458', '310474', '310523', '310553', '310703', '310812', '310873', '311472', '311473', '312239', '312240', '312242', '317429', '317433']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'yselivanov', 'miss-islington']
    pr_nums = ['5027', '5275', '5286', '5292', '5326', '5350', '5363', '5370', '5483', '5486', '5685', '5699', '7073', '7077']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue32436'
    versions = ['Python 3.7']

    Metadata

    Metadata

    Assignees

    Labels

    3.7 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)stdlibStandard Library Python modules in the Lib/ directorytype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions