[Patches] [ python-Patches-1752229 ] Use the Unicode API in dlmodule.c
SourceForge.net
noreply at sourceforge.net
Thu Jul 12 09:44:43 CEST 2007
Patches item #1752229, was opened at 2007-07-11 17:08
Message generated for change (Comment added) made by gvanrossum
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1752229&group_id=5470
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Modules
Group: Python 3000
>Status: Closed
>Resolution: Accepted
Priority: 5
Private: No
Submitted By: Alexandre Vassalotti (avassalotti)
>Assigned to: Guido van Rossum (gvanrossum)
Summary: Use the Unicode API in dlmodule.c
Initial Comment:
Fix failing test in py3k-struni.
The patch simply replaces PyString_* calls with PyUnicode_*
----------------------------------------------------------------------
>Comment By: Guido van Rossum (gvanrossum)
Date: 2007-07-12 03:44
Message:
Logged In: YES
user_id=6380
Originator: NO
Committed revision 56287.
(Neal: I dunno; but the test works again. :-)
----------------------------------------------------------------------
Comment By: Neal Norwitz (nnorwitz)
Date: 2007-07-11 21:24
Message:
Logged In: YES
user_id=33168
Originator: NO
Isn't dl supposed to go away?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1752229&group_id=5470
More information about the Patches
mailing list