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.
Created on 2016年11月03日 21:36 by brett.cannon, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg280024 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2016年11月03日 21:36 | |
The What's New doc for Python 3.6 mentions that --with-optimizations turns on LTO which is no longer true. |
|||
| msg280033 - (view) | Author: Roundup Robot (python-dev) (Python triager) | Date: 2016年11月03日 23:21 | |
New changeset 1f750fff788e by Brett Cannon in branch '3.6': Issue #28605: Fix the help and What's New entry for --with-optimizations. https://hg.python.org/cpython/rev/1f750fff788e New changeset 4000de2dcd24 by Brett Cannon in branch 'default': Merge for issue #28605 https://hg.python.org/cpython/rev/4000de2dcd24 |
|||
| msg280034 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2016年11月03日 23:31 | |
LTO was excluded of --with-optimization by the issue #28032. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:39 | admin | set | github: 72791 |
| 2016年11月03日 23:31:04 | vstinner | set | nosy:
+ vstinner messages: + msg280034 |
| 2016年11月03日 23:21:30 | brett.cannon | set | status: open -> closed resolution: fixed |
| 2016年11月03日 23:21:19 | python-dev | set | nosy:
+ python-dev messages: + msg280033 |
| 2016年11月03日 21:36:25 | brett.cannon | create | |