[Python-Dev] Point of building without threads? (original) (raw)
Stefan Behnel stefan_ml at behnel.de
Sat Feb 16 15:17:25 CET 2013
- Previous message: [Python-Dev] Point of building without threads?
- Next message: [Python-Dev] cpython: Issue #15022: Add pickle and comparison support to types.SimpleNamespace.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Yury V. Zaytsev, 08.01.2013 10:28:
Moreover, these days there is a clear trend towards OpenMP, so it has become even harder to pressure the manufacturers to fix threads, because they have 101 argument why you should port your code to OpenMP instead.
I can't see OpenMP being an alternative to threads. You can happily acquire and release the GIL from OpenMP threads, for example.
Stefan
- Previous message: [Python-Dev] Point of building without threads?
- Next message: [Python-Dev] cpython: Issue #15022: Add pickle and comparison support to types.SimpleNamespace.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]