This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Use the Unicode API in dlmodule.c
Type: Stage:
Components: Extension Modules Versions: Python 3.0
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: gvanrossum Nosy List: alexandre.vassalotti, gvanrossum, nnorwitz
Priority: normal Keywords: patch

Created on 2007-07-11 21:08 by alexandre.vassalotti, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
dlmodule_use_unicode_api.patch alexandre.vassalotti, 2007-07-11 21:08
Messages (3)
msg52854 - (view) Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) Date: 2007-07-11 21:08
Fix failing test in py3k-struni.

The patch simply replaces PyString_* calls with PyUnicode_*
msg52855 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2007-07-12 01:24
Isn't dl supposed to go away?
msg52856 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2007-07-12 07:44
Committed revision 56287.

(Neal: I dunno; but the test works again. :-)
History
Date User Action Args
2022-04-11 14:56:25adminsetgithub: 45179
2008-01-06 22:29:45adminsetkeywords: - py3k
versions: + Python 3.0
2007-07-11 21:08:12alexandre.vassalotticreate