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 vstinner
Recipients dstufft, eric.araujo, frenzy, mattip, miss-islington, paul.moore, pitrou, steve.dower, tarek, tim.golden, vstinner, zach.ware
Date 2020-12-07.21:49:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607377747.85.0.291369689246.issue39825@roundup.psfhosted.org>
In-reply-to
Content
This change broke the AMD64 FreeBSD Shared 3.x buildbot:
https://buildbot.python.org/all/#/builders/483/builds/513

FAIL: test_EXT_SUFFIX_in_vars (test.test_sysconfig.TestSysConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_sysconfig.py", line 368, in test_EXT_SUFFIX_in_vars
    self.assertEqual(vars['EXT_SUFFIX'], _imp.extension_suffixes()[0])
AssertionError: '.so' != '.cpython-310d.so'
- .so
+ .cpython-310d.so
History
Date User Action Args
2020-12-07 21:49:07vstinnersetrecipients: + vstinner, paul.moore, pitrou, tim.golden, tarek, eric.araujo, zach.ware, mattip, steve.dower, dstufft, frenzy, miss-islington
2020-12-07 21:49:07vstinnersetmessageid: <1607377747.85.0.291369689246.issue39825@roundup.psfhosted.org>
2020-12-07 21:49:07vstinnerlinkissue39825 messages
2020-12-07 21:49:07vstinnercreate