Skip to content

Replacing char* with const char* #45300

@ext

Description

@ext
mannequin
BPO 1772673
Nosy @tim-one, @brettcannon, @amauryfa, @ncoghlan, @abalkin, @pitrou, @duggelz, @ned-deily, @ericsnowcurrently, @serhiy-storchaka
Dependencies
  • bpo-9369: const char* for PyObject_CallMethod and PyObject_CallFunction
  • bpo-1699259: replacing char* with const char* in sysmodule.c/.h
  • Files
  • const_char.patch: Patch to replace char* with const char* in a few functions
  • const_char_2.patch
  • const_char_3.patch
  • 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 2013-10-19.18:05:11.709>
    created_at = <Date 2007-08-12.16:43:07.000>
    labels = ['interpreter-core', 'type-feature']
    title = 'Replacing char* with const char*'
    updated_at = <Date 2014-09-28.08:29:45.063>
    user = 'https://bugs.python.org/ext'

    bugs.python.org fields:

    activity = <Date 2014-09-28.08:29:45.063>
    actor = 'python-dev'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2013-10-19.18:05:11.709>
    closer = 'serhiy.storchaka'
    components = ['Interpreter Core']
    creation = <Date 2007-08-12.16:43:07.000>
    creator = 'ext-'
    dependencies = ['9369', '1699259']
    files = ['8163', '30440', '32124']
    hgrepos = []
    issue_num = 1772673
    keywords = ['patch']
    message_count = 16.0
    messages = ['53019', '58709', '58712', '62954', '189130', '189178', '189181', '189182', '189210', '190239', '190445', '199948', '200458', '200469', '200473', '227753']
    nosy_count = 13.0
    nosy_names = ['tim.peters', 'brett.cannon', 'amaury.forgeotdarc', 'ncoghlan', 'belopolsky', 'gustavo', 'pitrou', 'dgreiman', 'ext-', 'ned.deily', 'python-dev', 'eric.snow', 'serhiy.storchaka']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue1772673'
    versions = ['Python 3.4']

    Metadata

    Metadata

    Labels

    interpreter-core(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions