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 christian.heimes
Recipients brett.cannon, christian.heimes, lemburg, miss-islington, ned.deily, zach.ware
Date 2021-10-23.18:04:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635012262.51.0.699333528666.issue45548@roundup.psfhosted.org>
In-reply-to
Content
PR GH-29179 or GH-29181 address the issue with _math.o

PR GH-29164 adds the missing modules and also introduces pkg-config lookups for dependencies.

Brett and I discussed that we have to introduce conditionals to Modules/Setup to make use of the AM_CONDITIONALs from PR GH-29164. We also have to figure out how to deal with system-libmpdec and system-cffi.
History
Date User Action Args
2021-10-23 18:04:22christian.heimessetrecipients: + christian.heimes, lemburg, brett.cannon, ned.deily, zach.ware, miss-islington
2021-10-23 18:04:22christian.heimessetmessageid: <1635012262.51.0.699333528666.issue45548@roundup.psfhosted.org>
2021-10-23 18:04:22christian.heimeslinkissue45548 messages
2021-10-23 18:04:22christian.heimescreate