- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message380448
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 | <1604671516.8.0.90366141179.issue42207@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
commit 100964e0310d3a2040d0db976f7984d0507b2dbd Author: serge-sans-paille <serge.guelton@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-islington@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.guelton@telecom-bretagne.eu> |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-11-06 14:05:16 | vstinner | set | recipients: + vstinner, serge-sans-paille, miss-islington |
| 2020-11-06 14:05:16 | vstinner | set | messageid: <1604671516.8.0.90366141179.issue42207@roundup.psfhosted.org> |
| 2020-11-06 14:05:16 | vstinner | link | issue42207 messages |
| 2020-11-06 14:05:16 | vstinner | create | |

