[New-bugs-announce] [issue34219] distutils: build_ext -D wrongly assume defining a symbol with no value

monson report at bugs.python.org
Wed Jul 25 04:58:00 EDT 2018


New submission from monson <holymonson at gmail.com>:

`python setup.py build_ext -D zero,one=v1,two=k2=v2` will generate preprocessor argument `-D zero=1 -D one=v1=1 -D two=k2=v2=1`.
Expect `-D zero=1 -D one=v1 -D two=k2=v2`.

----------
components: Library (Lib)
messages: 322344
nosy: monson
priority: normal
severity: normal
status: open
title: distutils: build_ext -D wrongly assume defining a symbol with no value
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34219>
_______________________________________


More information about the New-bugs-announce mailing list