
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2017-03-01 08:52 bybrianfcoleman, last changed2022-04-11 14:58 byadmin. This issue is nowclosed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 376 | merged | brianfcoleman,2017-03-01 08:57 | |
| PR 402 | merged | brianfcoleman,2017-03-02 21:24 | |
| PR 703 | larry,2017-03-17 21:00 | ||
| PR 552 | closed | dstufft,2017-03-31 16:36 | |
| Messages (6) | |||
|---|---|---|---|
| msg288745 -(view) | Author: Brian Coleman (brianfcoleman)* | Date: 2017-03-01 08:52 | |
On PyMem_Malloc failure, _PyCode_SetExtra should set co_extra->ce_size = 0.On PyMem_Realloc failure, _PyCode_SetExtra should set co_extra->ce_size = 0.On PyMem_Realloc success, _PyCode_SetExtra should set all unused slots in co_extra->ce_extras to NULL.I will add a GitHub PR for this shortly. | |||
| msg288747 -(view) | Author: Brian Coleman (brianfcoleman)* | Date: 2017-03-01 08:58 | |
I have now added a Github pull request here:https://github.com/python/cpython/pull/376 | |||
| msg288833 -(view) | Author: Brian Coleman (brianfcoleman)* | Date: 2017-03-02 21:40 | |
I have created a pull request to backport the fix onto 3.6 here:https://github.com/python/cpython/pull/402 | |||
| msg288858 -(view) | Author: Serhiy Storchaka (serhiy.storchaka)*![]() | Date: 2017-03-03 05:35 | |
Thank you for your contribution Brian. | |||
| msg290341 -(view) | Author: Serhiy Storchaka (serhiy.storchaka)*![]() | Date: 2017-03-24 23:13 | |
New changeseta6e84933d204f807e0e81b6a2237193b2e8ab89a by Serhiy Storchaka (Brian Coleman) in branch '3.6':bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#402)https://github.com/python/cpython/commit/a6e84933d204f807e0e81b6a2237193b2e8ab89a | |||
| msg290348 -(view) | Author: STINNER Victor (vstinner)*![]() | Date: 2017-03-24 23:15 | |
New changeset6a9122ce6969902e119133dac660bf515616c7dd by Victor Stinner (Brian Coleman) in branch 'master':bpo-29683 - Fixes to _PyCode_SetExtra when co_extra->ce->extras is (#376)https://github.com/python/cpython/commit/6a9122ce6969902e119133dac660bf515616c7dd | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:43 | admin | set | github: 73869 |
| 2017-03-31 16:36:12 | dstufft | set | pull_requests: +pull_request882 |
| 2017-03-24 23:15:27 | vstinner | set | nosy: +vstinner messages: +msg290348 |
| 2017-03-24 23:13:11 | serhiy.storchaka | set | messages: +msg290341 |
| 2017-03-17 21:00:35 | larry | set | pull_requests: +pull_request617 |
| 2017-03-03 05:35:28 | serhiy.storchaka | set | status: open -> closed resolution: fixed messages: +msg288858 stage: patch review -> resolved |
| 2017-03-02 21:40:15 | brianfcoleman | set | messages: +msg288833 |
| 2017-03-02 21:24:39 | brianfcoleman | set | pull_requests: +pull_request333 |
| 2017-03-01 11:37:06 | serhiy.storchaka | set | assignee:serhiy.storchaka stage: patch review nosy: +serhiy.storchaka versions: + Python 3.6 |
| 2017-03-01 08:58:36 | brianfcoleman | set | messages: +msg288747 |
| 2017-03-01 08:57:17 | brianfcoleman | set | pull_requests: +pull_request312 |
| 2017-03-01 08:52:12 | brianfcoleman | create | |