Skip to content

unicode encoding error callbacks #34615

Closed
@doerwalter

Description

@doerwalter
BPO 432401
Nosy @malemburg, @doerwalter
Files
  • diff7.txt
  • test_codeccallbacks.py: test script
  • diff8.txt: PyUnicode_EncodeDecimal done
  • diff9.txt
  • diff10.txt
  • test_codeccallbacks.py: test script which catches the bugs fixed in diff10.txt
  • diff11.txt
  • speedtest.py: test speed for encoding
  • diff12.txt
  • test_codeccallbacks.py: test script for diff12.txt
  • test_codeccallbacks.py: Adds parameter and result test for the callbacks
  • diff13.txt
  • diff.txt
  • diff.txt: Revised patch
  • diff.txt: Patch V3: Renamed the encode function to include "unicode". a few fixes in Lib/encodings
  • diff.txt: Patch V4: (enc, uni, pos, state) -> (out, newpos) communication and speedups
  • diff.txt: Patch V5: Unicode encoding error handling callback registry
  • diff.txt: Patch V6: Encoding and decoding for string and unicode done
  • 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/malemburg'
    closed_at = <Date 2002-09-02.13:19:15.000>
    created_at = <Date 2001-06-12.13:43:03.000>
    labels = ['interpreter-core']
    title = 'unicode encoding error callbacks'
    updated_at = <Date 2002-09-02.13:19:15.000>
    user = 'https://github.com/doerwalter'

    bugs.python.org fields:

    activity = <Date 2002-09-02.13:19:15.000>
    actor = 'doerwalter'
    assignee = 'lemburg'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2001-06-12.13:43:03.000>
    creator = 'doerwalter'
    dependencies = []
    files = ['3365', '3366', '3367', '3368', '3369', '3370', '3371', '3372', '3373', '3374', '3375', '3376', '3377', '3378', '3379', '3380', '3381', '3382']
    hgrepos = []
    issue_num = 432401
    keywords = ['patch']
    message_count = 42.0
    messages = ['36773', '36774', '36775', '36776', '36777', '36778', '36779', '36780', '36781', '36782', '36783', '36784', '36785', '36786', '36787', '36788', '36789', '36790', '36791', '36792', '36793', '36794', '36795', '36796', '36797', '36798', '36799', '36800', '36801', '36802', '36803', '36804', '36805', '36806', '36807', '36808', '36809', '36810', '36811', '36812', '36813', '36814']
    nosy_count = 2.0
    nosy_names = ['lemburg', 'doerwalter']
    pr_nums = []
    priority = 'high'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue432401'
    versions = []

    Metadata

    Metadata

    Assignees

    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