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

Use the Unicode API in dlmodule.c #45179

Closed
avassalotti opened this issue Jul 11, 2007 · 3 comments
Closed

Use the Unicode API in dlmodule.c #45179

avassalotti opened this issue Jul 11, 2007 · 3 comments
Assignees
Labels
extension-modules C modules in the Modules dir

Comments

@avassalotti
Copy link
Member

BPO 1752229
Nosy @gvanrossum, @avassalotti
Files
  • dlmodule_use_unicode_api.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/gvanrossum'
    closed_at = <Date 2008-01-06.22:29:45.895>
    created_at = <Date 2007-07-11.21:08:12.000>
    labels = ['extension-modules']
    title = 'Use the Unicode API in dlmodule.c'
    updated_at = <Date 2008-01-06.22:29:45.895>
    user = 'https://github.com/avassalotti'

    bugs.python.org fields:

    activity = <Date 2008-01-06.22:29:45.895>
    actor = 'admin'
    assignee = 'gvanrossum'
    closed = True
    closed_date = None
    closer = None
    components = ['Extension Modules']
    creation = <Date 2007-07-11.21:08:12.000>
    creator = 'alexandre.vassalotti'
    dependencies = []
    files = ['8091']
    hgrepos = []
    issue_num = 1752229
    keywords = ['patch']
    message_count = 3.0
    messages = ['52854', '52855', '52856']
    nosy_count = 3.0
    nosy_names = ['gvanrossum', 'nnorwitz', 'alexandre.vassalotti']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue1752229'
    versions = ['Python 3.0']

    @avassalotti
    Copy link
    Member Author

    Fix failing test in py3k-struni.

    The patch simply replaces PyString_* calls with PyUnicode_*

    @avassalotti avassalotti added the extension-modules C modules in the Modules dir label Jul 11, 2007
    @avassalotti avassalotti added the extension-modules C modules in the Modules dir label Jul 11, 2007
    @nnorwitz
    Copy link
    Mannequin

    nnorwitz mannequin commented Jul 12, 2007

    Isn't dl supposed to go away?

    @gvanrossum
    Copy link
    Member

    Committed revision 56287.

    (Neal: I dunno; but the test works again. :-)

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    extension-modules C modules in the Modules dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants