[issue7661] compiling ctypes fails with non-ascii path

2010-03-21 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com added the comment: Now paths with spaces are explicitly rejected, after the upgrade to libffi 3.0.9. (Issue #8142) -- nosy: +doko resolution: - out of date stage: patch review - committed/rejected status: open - closed

[issue7661] compiling ctypes fails with non-ascii path

2010-01-16 Thread Florent Xicluna
Florent Xicluna la...@yahoo.fr added the comment: Still failing: buildbot AMD64 Ubuntu wide 2.6 Revisions r77466 and r77467 need backport. -- keywords: +buildbot ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7661

[issue7661] compiling ctypes fails with non-ascii path

2010-01-16 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: Ok, I've merged the ctypes fix to 2.6. As for 3.1, it doesn't seem to need the fix. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7661

[issue7661] compiling ctypes fails with non-ascii path

2010-01-13 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: I've merged the first patch. The other one is a bit more controversial because it modifies a file from the original libffi. Besides, configure is auto-generated so you should modify configure.ac instead. --

[issue7661] compiling ctypes fails with non-ascii path

2010-01-13 Thread Antoine Pitrou
Changes by Antoine Pitrou pit...@free.fr: Removed file: http://bugs.python.org/file15816/issue7661_ctypes_path.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7661 ___

[issue7661] compiling ctypes fails with non-ascii path

2010-01-10 Thread Florent Xicluna
Florent Xicluna la...@yahoo.fr added the comment: Patch attached. -- keywords: +patch nosy: +flox stage: needs patch - patch review versions: +Python 3.2 Added file: http://bugs.python.org/file15815/issue7661_ctypes_path.diff ___ Python tracker

[issue7661] compiling ctypes fails with non-ascii path

2010-01-10 Thread Florent Xicluna
Changes by Florent Xicluna la...@yahoo.fr: -- components: +Build, ctypes ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7661 ___ ___

[issue7661] compiling ctypes fails with non-ascii path

2010-01-10 Thread Florent Xicluna
Changes by Florent Xicluna la...@yahoo.fr: Removed file: http://bugs.python.org/file15815/issue7661_ctypes_path.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7661 ___

[issue7661] compiling ctypes fails with non-ascii path

2010-01-10 Thread Florent Xicluna
Florent Xicluna la...@yahoo.fr added the comment: Fixed typo in previous patch. -- Added file: http://bugs.python.org/file15816/issue7661_ctypes_path.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7661

[issue7661] compiling ctypes fails with non-ascii path

2010-01-10 Thread Florent Xicluna
Florent Xicluna la...@yahoo.fr added the comment: It fails if path contains space, too. Additional patch fixes this case. -- Added file: http://bugs.python.org/file15817/issue7661_ctypes_path_space.diff ___ Python tracker rep...@bugs.python.org

[issue7661] compiling ctypes fails with non-ascii path

2010-01-10 Thread Antoine Pitrou
Antoine Pitrou pit...@free.fr added the comment: The patch looks ok to me. Thomas, do you have any take on this? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7661 ___

[issue7661] compiling ctypes fails with non-ascii path

2010-01-10 Thread Florent Xicluna
Florent Xicluna la...@yahoo.fr added the comment: Updated: added quotes on line 2319. -- Added file: http://bugs.python.org/file15820/issue7661_ctypes_path_space.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7661

[issue7661] compiling ctypes fails with non-ascii path

2010-01-10 Thread Florent Xicluna
Changes by Florent Xicluna la...@yahoo.fr: Removed file: http://bugs.python.org/file15817/issue7661_ctypes_path_space.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue7661 ___

[issue7661] compiling ctypes fails with non-ascii path

2010-01-08 Thread Antoine Pitrou
New submission from Antoine Pitrou pit...@free.fr: Traceback (most recent call last): File ./setup.py, line 1933, in module main() File ./setup.py, line 1928, in main 'Lib/smtpd.py'] File