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: distutils Extension fails to be created with unicode package names
Type: enhancement Stage: resolved
Components: Distutils Versions: Python 2.7
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: eric.araujo Nosy List: eric.araujo, guyomes, patrick.andrew, tarek
Priority: normal Keywords: patch

Created on 2012-06-01 10:09 by guyomes, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
patch-distutils-extension_py.diff guyomes, 2012-06-01 10:09
Messages (3)
msg162067 - (view) Author: (guyomes) Date: 2012-06-01 10:09
This issue appeared initially in:

http://groups.google.com/group/cython-users/browse_thread/thread/f9e7018bb12a66d2

Note that this is also an issue in distutils2/compiler/extension.py, where arguments of Extension are also tested against str only.
msg164551 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-07-02 20:55
Thanks for the report and patch.  Would you mind turning it into a patch for the CPython 2.7 repository, with a unit test?  Guidelines are in the devguide; if you don’t have the time I’ll take it over.
msg164564 - (view) Author: Patrick Andrew (patrick.andrew) Date: 2012-07-03 04:27
Sure, I'll have that for you shortly.
History
Date User Action Args
2022-04-11 14:57:31adminsetgithub: 59183
2020-05-31 12:26:44serhiy.storchakasetstatus: open -> closed
resolution: out of date
stage: test needed -> resolved
2012-07-03 04:27:56patrick.andrewsetmessages: + msg164564
2012-07-02 20:55:49eric.araujosetmessages: + msg164551
stage: test needed
2012-06-01 10:09:44guyomescreate