]> granicus.if.org Git - python/commit
build_ext: correctly parse the link_objects user option (closes #1703178)
authorBenjamin Peterson <benjamin@python.org>
Thu, 29 Sep 2016 06:13:58 +0000 (23:13 -0700)
committerBenjamin Peterson <benjamin@python.org>
Thu, 29 Sep 2016 06:13:58 +0000 (23:13 -0700)
commit846466d2a67532c05a0acbf2a8d8a4e930f07b8d
treec18a0be2d510352e5a3dce365909b0a4e1b47c10
parent32d74e1d734ee5d74421b542033b7749a4f3d919
build_ext: correctly parse the link_objects user option (closes #1703178)

Patch by Valerie Lambert.
Lib/distutils/command/build_ext.py
Lib/distutils/tests/test_build_ext.py
Misc/NEWS