[issue45668] Some PGO tests are failing when building with --enable-optimizations --disable-test-modules

2021-11-01 Thread Christian Heimes
Change by Christian Heimes : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue45668] Some PGO tests are failing when building with --enable-optimizations --disable-test-modules

2021-11-01 Thread Christian Heimes
Christian Heimes added the comment: New changeset e73283a20fb05b70da2990decefac0e011faec17 by Christian Heimes in branch 'main': bpo-45668: Fix PGO tests without test extensions (GH-29315) https://github.com/python/cpython/commit/e73283a20fb05b70da2990decefac0e011faec17 --

[issue45668] Some PGO tests are failing when building with --enable-optimizations --disable-test-modules

2021-10-29 Thread Sam James
Change by Sam James : -- nosy: +thesamesam ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45668] Some PGO tests are failing when building with --enable-optimizations --disable-test-modules

2021-10-29 Thread Christian Heimes
Change by Christian Heimes : -- keywords: +patch pull_requests: +27584 stage: -> patch review pull_request: https://github.com/python/cpython/pull/29315 ___ Python tracker

[issue45668] Some PGO tests are failing when building with --enable-optimizations --disable-test-modules

2021-10-29 Thread Christian Heimes
New submission from Christian Heimes : Some PGO tests are failing when Python is build with options ./configure --disable-test-modules --enable-optimizations . Test failures are caused by missing _testcapi module. ./python -m test --pgo --timeout=1200 || true test test_array failed test