Implement free-list for single-digit longs

BPO 26341
Nosy @mdickinson, @vstinner, @serhiy-storchaka, @1st1
Superseder
  • bpo-24165: Free list for single-digits ints
  • Files
  • long_fl.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/1st1'
    closed_at = <Date 2016-02-11.20:09:40.568>
    created_at = <Date 2016-02-11.19:22:36.712>
    labels = ['interpreter-core', 'performance']
    title = 'Implement free-list for single-digit longs'
    updated_at = <Date 2016-02-11.20:09:40.567>
    user = 'https://github.com/1st1'

    bugs.python.org fields:

    activity = <Date 2016-02-11.20:09:40.567>
    actor = 'yselivanov'
    assignee = 'yselivanov'
    closed = True
    closed_date = <Date 2016-02-11.20:09:40.568>
    closer = 'yselivanov'
    components = ['Interpreter Core']
    creation = <Date 2016-02-11.19:22:36.712>
    creator = 'yselivanov'
    dependencies = []
    files = ['41900']
    hgrepos = []
    issue_num = 26341
    keywords = ['patch']
    message_count = 3.0
    messages = ['260124', '260125', '260127']
    nosy_count = 4.0
    nosy_names = ['mark.dickinson', 'vstinner', 'serhiy.storchaka', 'yselivanov']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = 'resolved'
    status = 'closed'
    superseder = '24165'
    type = 'performance'
    url = 'https://bugs.python.org/issue26341'
    versions = ['Python 3.6']