-
Notifications
You must be signed in to change notification settings - Fork 773
add patch for Python 3.13 to fix test failure that may occur when collecting performance profile for profile-guided optimization (PGO) #24189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
Micket
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
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 .