Message358355
On Wed, Dec 4, 2019 at 4:36 AM STINNER Victor <report@bugs.python.org> wrote:
> Each time I tried to fix a bug in the Python finalization, I introduced worse bugs :-D
:)
> We cannot fix all bugs at once, we have to work incrementally.
+1
> I like the idea of introducing workarounds specific to subinterpreters: leave the code path for the main interpreter unchanged. It helps to iterate on the code to slowly fix the code.
+1
> I prefer to not open an issue, since the Python finalization is broken is so many ways :-D Anyway, I'm hitting issues on the finalization each time I'm working on subinterpeter changes, so it's hard to forget about it :-)
Sounds good. :)
On Wed, Dec 4, 2019 at 4:39 AM STINNER Victor <report@bugs.python.org> wrote:
> I'm a believer that subinterpreters is one of the most realistic solution to make Python faster. I said it in my EuroPython keynote on CPython performance ;-)
Again, thanks for that! |
|
Date |
User |
Action |
Args |
2019-12-13 21:27:21 | eric.snow | set | recipients:
+ eric.snow, vstinner, phsilva, pablogsal, miss-islington |
2019-12-13 21:27:21 | eric.snow | set | messageid: <1576272441.01.0.953880342634.issue36854@roundup.psfhosted.org> |
2019-12-13 21:27:20 | eric.snow | link | issue36854 messages |
2019-12-13 21:27:20 | eric.snow | create | |
|