Issue 14978: distutils Extension fails to be created with unicode package names (original) (raw)

Issue14978

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:31 admin set github: 59183
2020-05-31 12:26:44 serhiy.storchaka set status: open -> closedresolution: out of datestage: test needed -> resolved
2012-07-03 04:27:56 patrick.andrew set messages: +
2012-07-02 20:55:49 eric.araujo set messages: + stage: test needed
2012-06-01 10:09:44 guyomes create