add patch for Python 3.13 to fix test failure that may occur when collecting performance profile for profile-guided optimization (PGO)#24189
Conversation
…ng performance profile for profile-guided optimization (PGO)
|
@boegelbot please test @ jsc-zen3 |
|
@boegel: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 3389246591 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @bedroge I also just tried the existing easyconfig, but that resulted in the same error, so this does not seem in any way related to this PR. |
|
Test report by @boegel |
|
Test report by @bedroge |
|
tested extensively in EESSI build environment via:
|
(created using
eb --new-pr)see also EESSI/software-layer#1227
Strictly speaking the same problem also exists for older Python versions, but only Python 3.13+ requires that the tests that are run to guide PGO are passing, see python/cpython#110295 .