Message365088
> We need to convert them.
Let me elaborate. Static types have multiple issues:
* Their lifetime is not well defined.
* It is not obvious when they are ready to be used.
* They are not destroyed at exit.
* They are incompatible with subinterpreters: each interpreter should have its own copy of a type, rather than static types are shared by all interpreters which cause problems with reference counting (require GIL or atomic operation).
* They are causing issues with stable ABI (limited C API): PEP 384. |
|
| Date |
User |
Action |
Args |
| 2020-03-26 16:08:39 | vstinner | set | recipients:
+ vstinner, corona10 |
| 2020-03-26 16:08:39 | vstinner | set | messageid: <[email protected]> |
| 2020-03-26 16:08:39 | vstinner | link | issue40077 messages |
| 2020-03-26 16:08:39 | vstinner | create | |
|