Skip to content

Meta: Clean up various issues in C internals #84124

@petdance

Description

@petdance
mannequin
BPO 39943
Nosy @vstinner, @benjaminp, @methane, @serhiy-storchaka, @ammaraskar, @miss-islington, @petdance
PRs
  • bpo-39943: Remove unused arg from find_nfc_index() #18950
  • bpo-39943: Remove unused arg from find_nfc_index() #18973
  • bpo-39943: Use calloc-based functions, not malloc+memset #19152
  • bpo-39943: Properly const the pointers in dictkeys_get_index #19170
  • bpo-39943: Keep constness of pointer arguments #19185
  • bpo-39943: Keep constness of pointer objects. #19186
  • bpo-39943: Remove unnecessary casts that remove constness. #19209
  • bpo-39943: Keep constness of pointers. #19210
  • bpo-39943: Clean up marshal.c. #19236
  • bpo-39943: Keep constness of pointer objects. #19327
  • bpo-39943: Add the const qualifier to pointers on non-mutable PyUnicode data. #19345
  • bpo-39943: Keep constness of pointer objects. #19405
  • bpo-39943: Cast pointers to quiet -Wformat-pedantic warnings #19445
  • bpo-39943: Add the const qualifier to pointers on non-mutable PyBytes data. #19472
  • bpo-39943: Fix MSVC warnings in sre extension #20508
  • [3.9] bpo-39943: Fix MSVC warnings in sre extension (GH-20508) #24856
  • 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 = None
    created_at = <Date 2020-03-12.03:23:07.476>
    labels = ['interpreter-core']
    title = 'Meta: Clean up various issues in C internals'
    updated_at = <Date 2021-03-14.12:17:39.406>
    user = 'https://github.com/petdance'

    bugs.python.org fields:

    activity = <Date 2021-03-14.12:17:39.406>
    actor = 'miss-islington'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2020-03-12.03:23:07.476>
    creator = 'petdance'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 39943
    keywords = ['patch']
    message_count = 21.0
    messages = ['363993', '364443', '365049', '365126', '365127', '365151', '365155', '365346', '365418', '366098', '366194', '366242', '366355', '366373', '366391', '366642', '366942', '370280', '370564', '370565', '388667']
    nosy_count = 7.0
    nosy_names = ['vstinner', 'benjamin.peterson', 'methane', 'serhiy.storchaka', 'ammar2', 'miss-islington', 'petdance']
    pr_nums = ['18950', '18973', '19152', '19170', '19185', '19186', '19209', '19210', '19236', '19327', '19345', '19405', '19445', '19472', '20508', '24856']
    priority = 'normal'
    resolution = None
    stage = 'patch review'
    status = 'open'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue39943'
    versions = []

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      interpreter-core(Objects, Python, Grammar, and Parser dirs)

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions