[issue14978] distutils Extension fails to be created with unicode package names

2020-05-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> out of date stage: test needed -> resolved status: open -> closed ___ Python tracker ___ ___

[issue14978] distutils Extension fails to be created with unicode package names

2012-07-02 Thread Patrick Andrew
Patrick Andrew added the comment: Sure, I'll have that for you shortly. -- ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue14978] distutils Extension fails to be created with unicode package names

2012-07-02 Thread Éric Araujo
Éric Araujo added the comment: 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. -- stage: -> test needed _

[issue14978] distutils Extension fails to be created with unicode package names

2012-06-01 Thread guyomes
New submission from guyomes : 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. -- assi