Message 410745 - Python tracker
Message410745
| Author | Dennis Sweeney |
|---|---|
| Recipients | Dennis Sweeney, eric.smith, eric.snow, frenzy, hynek, tinchester |
| Date | 2022-01-17.06:55:06 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1642402506.47.0.674454119387.issue46404@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
bisected to here: 631f9938b1604d4f893417ec339b9e0fa9196fb1 is the first new commit commit 631f9938b1604d4f893417ec339b9e0fa9196fb1 Author: Eric Snow <ericsnowcurrently@gmail.com> Date: Mon Jun 7 16:52:00 2021 -0600 bpo-43693: Add the MAKE_CELL opcode and interleave fast locals offsets. (gh-26396) This moves logic out of the frame initialization code and into the compiler and eval loop. Doing so simplifies the runtime code and allows us to optimize it better. https://bugs.python.org/issue43693 |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-01-17 06:55:06 | Dennis Sweeney | set | recipients: + Dennis Sweeney, eric.smith, eric.snow, hynek, tinchester, frenzy |
| 2022-01-17 06:55:06 | Dennis Sweeney | set | messageid: <1642402506.47.0.674454119387.issue46404@roundup.psfhosted.org> |
| 2022-01-17 06:55:06 | Dennis Sweeney | link | issue46404 messages |
| 2022-01-17 06:55:06 | Dennis Sweeney | create | |