Issue 40366: Remove support for obsolete flags in compile function
Issue40366
Created on 2020-04-22 19:44 by BTaskaya, last changed 2022-04-11 14:59 by admin.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 19660 | open | BTaskaya, 2020-04-22 19:51 | |
| Messages (2) | |||
|---|---|---|---|
| msg367046 - (view) | Author: Batuhan Taskaya (BTaskaya) * ![]() |
Date: 2020-04-22 19:44 | |
We can start deprecating usage of obsoleted flags in compile and slowly remove support for them. An example would be CO_NESTED. https://github.com/python/cpython/blob/master/Python/bltinmodule.c#L748 |
|||
| msg367062 - (view) | Author: Batuhan Taskaya (BTaskaya) * ![]() |
Date: 2020-04-22 23:31 | |
As suggestion of @vstinner, instead of deprecation we decided to remove support for these flags immediately. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:29 | admin | set | github: 84546 |
| 2020-04-22 23:32:17 | BTaskaya | set | title: Start giving deprecation warnings for obsoleted flags in compile -> Remove support for obsolete flags in compile function |
| 2020-04-22 23:31:59 | BTaskaya | set | messages: + msg367062 |
| 2020-04-22 19:51:37 | BTaskaya | set | keywords:
+ patch stage: patch review pull_requests: + pull_request18986 |
| 2020-04-22 19:44:23 | BTaskaya | create | |
