This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients miss-islington, serge-sans-paille, vstinner
Date 2020-11-06.14:05:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
commit 100964e0310d3a2040d0db976f7984d0507b2dbd
Author: serge-sans-paille <[email protected]>
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) <[email protected]>
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 <[email protected]>
History
Date User Action Args
2020-11-06 14:05:16vstinnersetrecipients: + vstinner, serge-sans-paille, miss-islington
2020-11-06 14:05:16vstinnersetmessageid: <[email protected]>
2020-11-06 14:05:16vstinnerlinkissue42207 messages
2020-11-06 14:05:16vstinnercreate