[issue7938] makesetup interprets macros -DA=B as a Make variable definition

2021-10-20 Thread Christian Heimes
Change by Christian Heimes : -- versions: +Python 3.10, Python 3.11, Python 3.9 -Python 2.6 ___ Python tracker ___ ___ Python-bugs-li

[issue7938] makesetup interprets macros -DA=B as a Make variable definition

2017-11-08 Thread Michael Evans
Change by Michael Evans : -- pull_requests: +4292 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue7938] makesetup interprets macros -DA=B as a Make variable definition

2014-02-03 Thread Mark Lawrence
Changes by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue7938] makesetup interprets macros -DA=B as a Make variable definition

2010-09-28 Thread Willem de Bruijn
Willem de Bruijn added the comment: Good call. The posix regular expression character class [[:alpha:]] is apparently not as universally supported as I thought. Posix mandates it for filepath expansion[1], but that's not of much help on older and non-compliant systems. However, from what I ca

[issue7938] makesetup interprets macros -DA=B as a Make variable definition

2010-09-28 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: "man sh" does not list [[:alpha:]]* as an accepted pattern. This is a glob pattern, not a regular expression. While the proposed patch may work for some environments, we should find a more compatible way. Maybe a new case "[ ]*=") ;; (a space somewhe

[issue7938] makesetup interprets macros -DA=B as a Make variable definition

2010-08-04 Thread Mark Lawrence
Mark Lawrence added the comment: msg99378 is self explanatory. Do we accept the patch or not? -- nosy: +BreamoreBoy ___ Python tracker ___ __

[issue7938] makesetup interprets macros -DA=B as a Make variable definition

2010-02-15 Thread Willem de Bruijn
New submission from Willem de Bruijn : (this is very low priority: an issue in a nonstandard build) I am porting Python 2.6.4 to a system with only partial Posix support that requires static linking for all modules. To enable sqlite, I added the line _sqlite3 _sqlite/cache.c _sqlite/connectio