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 corona10, erlendaasland, petr.viktorin, phsilva, shihai1991, vstinner
Date 2022-01-21.13:27:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642771625.64.0.473446871293.issue46417@roundup.psfhosted.org>
In-reply-to
Content
Maybe the problem is that I changed the order in which types are initialized in _PyTypes_InitTypes()?

So far, test_unittest crashed on 4 buildbot workers:

* s390x Debian 3.x: ./configure --prefix '$(PWD)/target' --with-pydebug
  https://buildbot.python.org/all/#/builders/49/builds/1789

* aarch64 Fedora Stable 3.x: ../configure --prefix '$(PWD)/target' --with-pydebug --with-platlibdir=lib64 --enable-ipv6 --enable-shared --with-computed-gotos=yes --with-dbmliborder=gdbm:ndbm:bdb --enable-loadable-sqlite-extensions --with-ssl-default-suites=openssl --without-static-libpython --with-lto
  https://buildbot.python.org/all/#/builders/125/builds/1263

* aarch64 RHEL8 3.x: ../configure --prefix '$(PWD)/target' --with-pydebug --with-platlibdir=lib64 --enable-ipv6 --enable-shared --with-computed-gotos=yes --with-dbmliborder=gdbm:ndbm:bdb --enable-loadable-sqlite-extensions --with-ssl-default-suites=openssl --without-static-libpython --with-lto
  https://buildbot.python.org/all/#/builders/529/builds/1357

* PPC64LE RHEL8 3.x: ../configure --prefix '$(PWD)/target' --with-pydebug --with-platlibdir=lib64 --enable-ipv6 --enable-shared --with-computed-gotos=yes --with-dbmliborder=gdbm:ndbm:bdb --enable-loadable-sqlite-extensions --with-ssl-default-suites=openssl --without-static-libpython --with-lto
  https://buildbot.python.org/all/#/builders/559/builds/1196
History
Date User Action Args
2022-01-21 13:27:05vstinnersetrecipients: + vstinner, phsilva, petr.viktorin, corona10, shihai1991, erlendaasland
2022-01-21 13:27:05vstinnersetmessageid: <1642771625.64.0.473446871293.issue46417@roundup.psfhosted.org>
2022-01-21 13:27:05vstinnerlinkissue46417 messages
2022-01-21 13:27:05vstinnercreate