[issue919238] Recursive variable definition causes sysconfig infinite loop

2021-02-03 Thread Steve Dower
Steve Dower added the comment: Distutils is now deprecated (see PEP 632) and all tagged issues are being closed. From now until removal, only release blocking issues will be considered for distutils. If this issue does not relate to distutils, please remove the component and reopen it. If

[issue919238] Recursive variable definition causes sysconfig infinite loop

2020-09-19 Thread Georg Brandl
Change by Georg Brandl : -- nosy: -georg.brandl ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue919238] Recursive variable definition causes sysconfig infinite loop

2010-09-07 Thread Éric Araujo
Éric Araujo mer...@netwok.org added the comment: Thank you for the patch. Review: 1) Why not raise an exception? A recursive variable definition is an error. Tarek, is this behavior change OK? 2) Does this apply to the new top-level sysconfig module and/or distutils.sysconfig? 3) I’d use a

[issue919238] Recursive variable definition causes sysconfig infinite loop

2010-08-19 Thread Mark Lawrence
Changes by Mark Lawrence breamore...@yahoo.co.uk: -- stage: - patch review versions: +Python 3.2 -Python 2.6 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue919238 ___

[issue919238] Recursive variable definition causes sysconfig infinite loop

2009-02-16 Thread Akira Kitada
Changes by Akira Kitada akit...@gmail.com: -- nosy: +tarek type: - behavior versions: +Python 2.7, Python 3.1 -Python 2.3, Python 2.4, Python 2.5 ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue919238

[issue919238] Recursive variable definition causes sysconfig infinite loop

2008-02-25 Thread Ralf Schmitt
Ralf Schmitt added the comment: distutils.extension has: if warnings is not None: warnings.warn(msg) else: sys.stderr.write(msg + '\n') Tracker [EMAIL PROTECTED] http://bugs.python.org/issue919238

[issue919238] Recursive variable definition causes sysconfig infinite loop

2008-02-23 Thread Georg Brandl
Georg Brandl added the comment: Is a print really the right way to emit this warning? -- nosy: +georg.brandl Tracker [EMAIL PROTECTED] http://bugs.python.org/issue919238

[issue919238] Recursive variable definition causes sysconfig infinite loop

2008-01-12 Thread Ralf Schmitt
Ralf Schmitt added the comment: This is still applies for trunk. I've added the following lines to Makefile (in the top level directory). SELF=$(SELFA) SELFA=$(SELF) Running make then hangs. I'm attaching a patch, which fixes this issue (against trunk). Running make now prints:

[issue919238] Recursive variable definition causes sysconfig infinite loop

2008-01-12 Thread Ralf Schmitt
Changes by Ralf Schmitt: Added file: http://bugs.python.org/file9145/issue919238_sysconfig_recursive_definition.txt Tracker [EMAIL PROTECTED] http://bugs.python.org/issue919238

[issue919238] Recursive variable definition causes sysconfig infinite loop

2008-01-12 Thread Ralf Schmitt
Changes by Ralf Schmitt: Added file: http://bugs.python.org/file9146/issue919238_sysconfig_recursive_definition.txt Tracker [EMAIL PROTECTED] http://bugs.python.org/issue919238