Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ast branch] unicode literal fixes #41753

Closed
jpe mannequin opened this issue Mar 25, 2005 · 2 comments
Closed

[ast branch] unicode literal fixes #41753

jpe mannequin opened this issue Mar 25, 2005 · 2 comments
Assignees
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs)

Comments

@jpe
Copy link
Mannequin

jpe mannequin commented Mar 25, 2005

BPO 1170272
Nosy @brettcannon, @nascheme
Files
  • unicode.diff
  • 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/brettcannon'
    closed_at = <Date 2005-04-02.19:00:55.000>
    created_at = <Date 2005-03-25.00:19:51.000>
    labels = ['interpreter-core']
    title = '[ast branch] unicode literal fixes'
    updated_at = <Date 2005-04-02.19:00:55.000>
    user = 'https://bugs.python.org/jpe'

    bugs.python.org fields:

    activity = <Date 2005-04-02.19:00:55.000>
    actor = 'nascheme'
    assignee = 'brett.cannon'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2005-03-25.00:19:51.000>
    creator = 'jpe'
    dependencies = []
    files = ['6569']
    hgrepos = []
    issue_num = 1170272
    keywords = ['patch']
    message_count = 2.0
    messages = ['48051', '48052']
    nosy_count = 3.0
    nosy_names = ['brett.cannon', 'nascheme', 'jpe']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1170272'
    versions = []

    @jpe
    Copy link
    Mannequin Author

    jpe mannequin commented Mar 25, 2005

    Attached patch fixes test_eval by dealing with unicode
    input correctly. I'm also compiling tokenizer.c
    directly rather than tokenizer_pgen.c --
    tokenizer_pgen.c simply defines PGEN and then includes
    tokenizer.c, which disables some of the unicode
    support. I don't think tokenizer_pgen.c is needed.

    @jpe jpe mannequin closed this as completed Mar 25, 2005
    @jpe jpe mannequin assigned brettcannon Mar 25, 2005
    @jpe jpe mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Mar 25, 2005
    @jpe jpe mannequin closed this as completed Mar 25, 2005
    @jpe jpe mannequin assigned brettcannon Mar 25, 2005
    @jpe jpe mannequin added the interpreter-core (Objects, Python, Grammar, and Parser dirs) label Mar 25, 2005
    @nascheme
    Copy link
    Member

    nascheme commented Apr 2, 2005

    Logged In: YES
    user_id=35752

    Commited. Thanks for the patch.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    interpreter-core (Objects, Python, Grammar, and Parser dirs)
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants