This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients cstratak, dstufft, eric.araujo, hroncok, miss-islington, ned.deily, vstinner
Date 2018-12-24.16:32:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545669178.98.0.993833966219.issue35257@roundup.psfhosted.org>
In-reply-to
Content
New changeset f14087a4a96bb3f500e2d2bbc36c1124e90d5f73 by Ned Deily (Victor Stinner) in branch '3.7':
bpo-35257: Avoid leaking LTO linker flags into distutils (GH-10900) (GH-11264)
https://github.com/python/cpython/commit/f14087a4a96bb3f500e2d2bbc36c1124e90d5f73

New changeset 92f90242994652d6b7afe0a2c8a61cf2bccc8c32 by Ned Deily (Miss Islington (bot)) in branch '3.7':
bpo-35257: fix broken BLDSHARED - needs LDFLAGS too (GH-11297)
https://github.com/python/cpython/commit/92f90242994652d6b7afe0a2c8a61cf2bccc8c32
History
Date User Action Args
2018-12-24 16:33:00ned.deilysetrecipients: + ned.deily, vstinner, eric.araujo, dstufft, cstratak, hroncok, miss-islington
2018-12-24 16:32:58ned.deilysetmessageid: <1545669178.98.0.993833966219.issue35257@roundup.psfhosted.org>
2018-12-24 16:32:58ned.deilylinkissue35257 messages
2018-12-24 16:32:58ned.deilycreate