-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
gh-90815: Fix test_embed for Windows PGO build with mimalloc #94790
Conversation
@ericsnowcurrently Could you take a look at this patch, please? |
@neonene This looks like a general fix that should be backported to 3.11 and 3.10, too. Do you agree? |
I agree. This patch would be better for profiling on 3.11 and 3.10. |
Thanks @neonene for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11. |
GH-94805 is a backport of this pull request to the 3.11 branch. |
GH-94806 is a backport of this pull request to the 3.10 branch. |
…ythonGH-94790) Fixes the failure of PGO building with `mimalloc` on Windows, ensuring that `test_bpo20891` does not break profiling data (`python31*.pgc`). (cherry picked from commit 4a6bb30) Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
…ythonGH-94790) Fixes the failure of PGO building with `mimalloc` on Windows, ensuring that `test_bpo20891` does not break profiling data (`python31*.pgc`). (cherry picked from commit 4a6bb30) Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
Fixes the failure of PGO building with `mimalloc` on Windows, ensuring that `test_bpo20891` does not break profiling data (`python31*.pgc`). (cherry picked from commit 4a6bb30) Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
Fixes the failure of PGO building with `mimalloc` on Windows, ensuring that `test_bpo20891` does not break profiling data (`python31*.pgc`). (cherry picked from commit 4a6bb30) Co-authored-by: neonene <53406459+neonene@users.noreply.github.com>
(FTR: gh-65090) |
Fixes the failure of PGO building with
mimalloc
on Windows, ensuring thattest_bpo20891
does not break profiling data (python31*.pgc
).Automerge-Triggered-By: GH:tiran