Viewing profile — andmkl
andmkl
HN member- Joined
- Fri, Jul 12, 2024, 11:58 PM UTC
- HN karma
- 10
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About andmkl
No profile information was provided.
Recent public activity
-
comment
Comment #40950814
[flagged]
-
comment
Comment #40950708
That would be in the order of previous GIL-removal projects, which were abandoned for that reason.
-
comment
Comment #40950681
Yes, but then extensions can already release the GIL and use the simple and industrial strength std::thread, which is orders of magnitude easier to debug.
-
comment
Comment #40950578
C++ has apt-get etc. because the libraries do not change all the time. Also, of course there are vcpkg and conan. Whenever you try to build something via pip, the build will invari…