[issue14843] support define_macros / undef_macros in setup.cfg

2014-03-12 Thread Éric Araujo
Changes by Éric Araujo : -- resolution: -> out of date stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue14843] support define_macros / undef_macros in setup.cfg

2012-06-09 Thread Éric Araujo
Éric Araujo added the comment: Looks like the diff generator can’t be used for not up-to-date clones. Could you update a diff? -- ___ Python tracker ___ __

[issue14843] support define_macros / undef_macros in setup.cfg

2012-06-09 Thread Éric Araujo
Changes by Éric Araujo : Removed file: http://bugs.python.org/file25870/ac776ef41428.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue14843] support define_macros / undef_macros in setup.cfg

2012-06-09 Thread Éric Araujo
Changes by Éric Araujo : Added file: http://bugs.python.org/file25870/ac776ef41428.diff ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-19 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-19 Thread Daniel Holth
Changes by Daniel Holth : Removed file: http://bugs.python.org/file25642/65c3af0d283b.diff ___ Python tracker ___ ___ Python-bugs-list mailing

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-19 Thread Daniel Holth
Changes by Daniel Holth : -- keywords: +patch Added file: http://bugs.python.org/file25642/65c3af0d283b.diff ___ Python tracker ___ __

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-19 Thread Daniel Holth
Daniel Holth added the comment: A tuple of (macro, '1') seems to do the trick define_macros has to be space-separated, not comma-separated -- hgrepos: +127 ___ Python tracker _

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-19 Thread Daniel Holth
Daniel Holth added the comment: Looks like it can go into [build_ext] but not per-extension -- ___ Python tracker ___ ___ Python-bugs

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-17 Thread Daniel Holth
New submission from Daniel Holth : from build_ext.py: # XXX not honouring 'define_macros' or 'undef_macros' -- the # CCompiler API needs to change to accommodate this, and I # want to do one thing at a time! -- ___ Python trac

[issue14843] support define_macros / undef_macros in setup.cfg

2012-05-17 Thread Daniel Holth
Changes by Daniel Holth : -- assignee: eric.araujo components: Distutils2 nosy: alexis, dholth, eric.araujo, tarek priority: normal severity: normal status: open title: support define_macros / undef_macros in setup.cfg type: enhancement versions: Python 3.3 _