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:50:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1607377833.03.0.312084462254.issue39825@roundup.psfhosted.org>
In-reply-to
Content
It also broke POWER6 AIX 3.8:
https://buildbot.python.org/all/#builders/138/builds/125

Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.8.aixtools-aix-power6/build/Lib/test/test_sysconfig.py", line 366, in test_EXT_SUFFIX_in_vars
    self.assertEqual(vars['EXT_SUFFIX'], _imp.extension_suffixes()[0])
AssertionError: '.so' != '.cpython-38d.so'
- .so
+ .cpython-38d.so
History
Date User Action Args
2020-12-07 21:50:33vstinnersetrecipients: + vstinner, paul.moore, pitrou, tim.golden, tarek, eric.araujo, zach.ware, mattip, steve.dower, dstufft, frenzy, miss-islington
2020-12-07 21:50:33vstinnersetmessageid: <1607377833.03.0.312084462254.issue39825@roundup.psfhosted.org>
2020-12-07 21:50:33vstinnerlinkissue39825 messages
2020-12-07 21:50:32vstinnercreate