STINNER Victor <vstin...@python.org> added the comment:

commit 100964e0310d3a2040d0db976f7984d0507b2dbd
Author: serge-sans-paille <serge.guel...@telecom-bretagne.eu>
Date:   Wed Nov 4 23:01:08 2020 +0000

    Disable peg generator tests when building with PGO (GH-23141)
    
    Otherwise, when running the testsuite, test_peg_generator tries to compile C
    code using the optimized flags and fails because it cannot find the profile
    data.


commit 3997a4e6bca18c7f220d6212ef1e86d8aa9c7aee (upstream/3.9, 3.9)
Author: Miss Islington (bot) <31488909+miss-isling...@users.noreply.github.com>
Date:   Wed Nov 4 15:22:13 2020 -0800

    Disable peg generator tests when building with PGO (GH-23141)
    
    
    Otherwise, when running the testsuite, test_peg_generator tries to compile C
    code using the optimized flags and fails because it cannot find the profile
    data.
    (cherry picked from commit 100964e0310d3a2040d0db976f7984d0507b2dbd)
    
    Co-authored-by: serge-sans-paille <serge.guel...@telecom-bretagne.eu>

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue42207>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to