Message322344
| Author | monson |
|---|---|
| Recipients | monson |
| Date | 2018-07-25.08:57:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1532509080.28.0.56676864532.issue34219@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
`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`. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-07-25 08:58:00 | monson | set | recipients: + monson |
| 2018-07-25 08:58:00 | monson | set | messageid: <1532509080.28.0.56676864532.issue34219@psf.upfronthosting.co.za> |
| 2018-07-25 08:58:00 | monson | link | issue34219 messages |
| 2018-07-25 08:57:59 | monson | create | |