Issue29953
Created on 2017-03-31 13:44 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 927 | merged | serhiy.storchaka, 2017-03-31 13:46 | |
| PR 933 | merged | serhiy.storchaka, 2017-03-31 19:51 | |
| Messages (3) | |||
|---|---|---|---|
| msg290913 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2017-03-31 13:44 | |
When pass out of bound keyword argument fold to datetime.datetime.replace() or datetime.time.replace(), ValueError is raised and just allocated object is leaked. Proposed patch fixes the leaks. |
|||
| msg290936 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2017-03-31 19:48 | |
New changeset 314d6fca36a4eaa0541218431d14804fadec6488 by Serhiy Storchaka in branch 'master': bpo-29953: Fix memory leaks in the replace() method of datetime and time (#927) https://github.com/python/cpython/commit/314d6fca36a4eaa0541218431d14804fadec6488 |
|||
| msg290938 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * | Date: 2017-03-31 20:23 | |
New changeset 7d5d13d8d003ae5b62bb8c9ef1d1f310eaabc506 by Serhiy Storchaka in branch '3.6': bpo-29953: Fix memory leaks in the replace() method of datetime and t… (#933) https://github.com/python/cpython/commit/7d5d13d8d003ae5b62bb8c9ef1d1f310eaabc506 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:44 | admin | set | github: 74139 |
| 2017-03-31 20:24:49 | serhiy.storchaka | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2017-03-31 20:23:51 | serhiy.storchaka | set | messages: + msg290938 |
| 2017-03-31 19:51:44 | serhiy.storchaka | set | pull_requests: + pull_request1117 |
| 2017-03-31 19:48:18 | serhiy.storchaka | set | messages: + msg290936 |
| 2017-03-31 13:46:36 | serhiy.storchaka | set | pull_requests: + pull_request824 |
| 2017-03-31 13:44:25 | serhiy.storchaka | create | |