Issue 39415: Remove unused code from longobject.c complexobject.c floatobject.c
Created on 2020-01-21 17:09 by corona10, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 18105 | merged | corona10, 2020-01-21 17:18 | |
| PR 18112 | closed | miss-islington, 2020-01-22 02:49 | |
| PR 18113 | merged | miss-islington, 2020-01-22 03:06 | |
| Messages (5) | |||
|---|---|---|---|
| msg360408 - (view) | Author: Dong-hee Na (corona10) * ![]() |
Date: 2020-01-21 17:09 | |
For example, long_is_finite has not been used for 12 years. |
|||
| msg360425 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * ![]() |
Date: 2020-01-21 18:56 | |
A patch was proposed in issue18842. |
|||
| msg360444 - (view) | Author: Benjamin Peterson (benjamin.peterson) * ![]() |
Date: 2020-01-22 02:49 | |
New changeset 0d5eac8c327251f8edde5261cee43975d81311f6 by Benjamin Peterson (Dong-hee Na) in branch 'master': closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105) https://github.com/python/cpython/commit/0d5eac8c327251f8edde5261cee43975d81311f6 |
|||
| msg360446 - (view) | Author: miss-islington (miss-islington) | Date: 2020-01-22 03:26 | |
New changeset a755410e054e1e2390de5830befc08fe80706c66 by Miss Islington (bot) in branch '3.8': closes bpo-39415: Remove unused codes from longobject.c complexobject.c floatobject.c. (GH-18105) https://github.com/python/cpython/commit/a755410e054e1e2390de5830befc08fe80706c66 |
|||
| msg360448 - (view) | Author: Dong-hee Na (corona10) * ![]() |
Date: 2020-01-22 04:18 | |
Thank you to all who participated in this discussion and review :) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:25 | admin | set | github: 83596 |
| 2020-01-22 04:18:14 | corona10 | set | messages: + msg360448 |
| 2020-01-22 03:26:38 | miss-islington | set | nosy:
+ miss-islington messages: + msg360446 |
| 2020-01-22 03:06:50 | miss-islington | set | pull_requests: + pull_request17500 |
| 2020-01-22 02:49:45 | miss-islington | set | pull_requests: + pull_request17499 |
| 2020-01-22 02:49:38 | benjamin.peterson | set | status: open -> closed nosy:
+ benjamin.peterson resolution: fixed |
| 2020-01-21 20:09:11 | mark.dickinson | set | nosy:
+ mark.dickinson |
| 2020-01-21 18:56:30 | serhiy.storchaka | set | nosy:
+ serhiy.storchaka, martin.panter messages: + msg360425 |
| 2020-01-21 17:18:10 | corona10 | set | keywords:
+ patch stage: patch review pull_requests: + pull_request17494 |
| 2020-01-21 17:09:17 | corona10 | create | |
