[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-09-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 402c4bbedf9c by Éric Araujo in branch '3.2': Refactor the copying of xxmodule.c in distutils tests (#12141). http://hg.python.org/cpython/rev/402c4bbedf9c -- ___ Python tracker

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-08-20 Thread Roundup Robot
Roundup Robot added the comment: New changeset 7d9fa30c5588 by Éric Araujo in branch '3.2': Refactor the copying of xxmodule.c in distutils tests (#12141). http://hg.python.org/cpython/rev/7d9fa30c5588 New changeset 900738175779 by Éric Araujo in branch 'default': Refactor the copying of xxmodu

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-07-15 Thread Éric Araujo
Éric Araujo added the comment: BTW, doesn’t the change to Makefile.pre.in need to be ported to the MSI build system too? -- ___ Python tracker ___ _

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-28 Thread Ned Deily
Changes by Ned Deily : -- status: pending -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-28 Thread Ned Deily
Ned Deily added the comment: Patches applied as described above for 3.3, 3.2.1, and 2.7.3. I'm setting the status of the issue to pending and, assuming there are no buildbot failures in the near future, I will close it unless anyone sees a reason not to. -- resolution: -> fixed stage

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-28 Thread Roundup Robot
Roundup Robot added the comment: New changeset c8ffa3891d5e by Ned Deily in branch '2.7': Issue #12141: Install a copy of template C module file so that http://hg.python.org/cpython/rev/c8ffa3891d5e New changeset de226a510b52 by Ned Deily in branch '3.2': Issue #12141: Install a copy of templat

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-24 Thread Éric Araujo
Éric Araujo added the comment: I think they are ready, I gave a +1 (with a typo: path instead of patch :) two messages ago. -- versions: -Python 3.1 ___ Python tracker ___ ___

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-24 Thread Ned Deily
Ned Deily added the comment: Are the patches good to go? And would you like me to apply them? -- ___ Python tracker ___ ___ Python-b

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-18 Thread Éric Araujo
Éric Araujo added the comment: See also #10764. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-14 Thread Éric Araujo
Éric Araujo added the comment: Path LGTM. Also +1 on keeping distutils and packaging wholly separate, including in tests infrastructure. It’s just one file. -- ___ Python tracker ___

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-13 Thread Ned Deily
Ned Deily added the comment: I think one of the objectives of the test is to see that it works with the C API of that particular Python release as captured in its version of xxmodule.c. And, while it could be argued that both distutils and packaging don't need their own copies, I think it is

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-13 Thread R. David Murray
R. David Murray added the comment: Is it really necessary to copy this file? I haven't looked at the tests, but I'm wondering if they are using xxmodule.c only because it already existed. Could the test instead use a much simpler .c file that it creates on the fly? -- nosy: +r.david

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-13 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file22349/issue12141_27.patch ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-13 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file22348/issue12141_32.patch ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-13 Thread Ned Deily
Changes by Ned Deily : Added file: http://bugs.python.org/file22347/issue12132_backport_32.patch ___ Python tracker ___ ___ Python-bugs-list m

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-06-13 Thread Ned Deily
Ned Deily added the comment: Here are patches to install a copy of xxmodule.c in the distutils tests directory (for 3.3, 3.2, and 2.7) and a copy in packaging tests for 3.3. With them in place, test_build_ext/test_command_build_ext now executes when the tests are run from an installed Python

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-05-23 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo versions: -Python 3.4 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubsc

[issue12141] sysconfig.get_config_vars('srcdir') fails in specific cases

2011-05-22 Thread Tarek Ziadé
Tarek Ziadé added the comment: @ned: right. done, and fixes issue12132 -- assignee: pitrou -> tarek components: +Library (Lib) title: --multiprocessing fails with packaging.tests.test_command_build_ext -> sysconfig.get_config_vars('srcdir') fails in specific cases versions: +Python 2.7