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 skrah
Recipients doko, felixonmars, miss-islington, skrah
Date 2020-07-15.20:04:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1594843461.07.0.238510567462.issue41302@roundup.psfhosted.org>
In-reply-to
Content
I'm going to reclassify this as a build fix for 3.8. 3.8 promises:

#if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02040100
  #error "libmpdec version >= 2.4.1 required"
#endif

So it seems reasonable to support at least two or three consecutive
system libmpdec versions, otherwise the >= is pointless.
History
Date User Action Args
2020-07-15 20:04:21skrahsetrecipients: + skrah, doko, felixonmars, miss-islington
2020-07-15 20:04:21skrahsetmessageid: <1594843461.07.0.238510567462.issue41302@roundup.psfhosted.org>
2020-07-15 20:04:21skrahlinkissue41302 messages
2020-07-15 20:04:20skrahcreate