Issue 14843: support define_macros / undef_macros in setup.cfg (original) (raw)

Created on 2012-05-17 20:48 by dholth, last changed 2022-04-11 14:57 by admin. This issue is now closed.

| Repositories containing patches | | | | | ---------------------------------------------------------------------------------------------------- | | | | | https://bitbucket.org/dholth/cpython | | | |

Messages (4)
msg161014 - (view) Author: Daniel Holth (dholth) * Date: 2012-05-17 20:49
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!
msg161156 - (view) Author: Daniel Holth (dholth) * Date: 2012-05-19 20:37
Looks like it can go into [build_ext] but not per-extension
msg161158 - (view) Author: Daniel Holth (dholth) * Date: 2012-05-19 21:01
A tuple of (macro, '1') seems to do the trick define_macros has to be space-separated, not comma-separated
msg162573 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-06-10 01:33
Looks like the diff generator can’t be used for not up-to-date clones. Could you update a diff?
History
Date User Action Args
2022-04-11 14:57:30 admin set github: 59048
2014-03-13 04:24:32 eric.araujo set status: open -> closedresolution: out of datestage: resolved
2012-06-10 01:33:02 eric.araujo set messages: +
2012-06-10 01:32:10 eric.araujo set files: - ac776ef41428.diff
2012-06-10 01:30:33 eric.araujo set files: + ac776ef41428.diff
2012-05-20 01:48:35 Arfrever set nosy: + Arfrever
2012-05-19 21:05:36 dholth set files: - 65c3af0d283b.diff
2012-05-19 21:03:12 dholth set files: + 65c3af0d283b.diffkeywords: + patch
2012-05-19 21:02:00 dholth set hgrepos: + hgrepo127messages: +
2012-05-19 20:37:49 dholth set messages: +
2012-05-17 20:49:39 dholth set messages: +
2012-05-17 20:48:17 dholth create