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 Vladislav Mikhalin
Recipients Vladislav Mikhalin, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-07-30.16:07:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596125233.44.0.227534356055.issue41444@roundup.psfhosted.org>
In-reply-to
Content
The documentation states:
  -E  Don't fetch or build external libraries.  Extension modules that
      depend on external libraries will not attempt to build if this flag
      is present; -e is also accepted to explicitly enable fetching and
      building externals.

So, according to this, any module that is dependent on external libraries will not be built. Ant it was working with 3.7.5.
History
Date User Action Args
2020-07-30 16:07:13Vladislav Mikhalinsetrecipients: + Vladislav Mikhalin, paul.moore, tim.golden, zach.ware, steve.dower
2020-07-30 16:07:13Vladislav Mikhalinsetmessageid: <1596125233.44.0.227534356055.issue41444@roundup.psfhosted.org>
2020-07-30 16:07:13Vladislav Mikhalinlinkissue41444 messages
2020-07-30 16:07:13Vladislav Mikhalincreate