List Question
20 TechQA 2024-03-24T20:31:17.957000Issue with GIL on Python 3.12.2
76 views
Asked by sndth
python: With GIL, is it still possible to have deadlocks with threading? (Not multi-processing)
32 views
Asked by user3761555
How to Prevent Gunicorn Workers/Threads from Blocking During External API Calls in Flask App
24 views
Asked by IdoS
Why is this multi-threaded code faster than the sequential one, if the task is 100% on the CPU? - Python3.10
115 views
Asked by micha.net
Python Import Module fails using C API if more than one subinterpreter import a module that imports some specific modules
76 views
Asked by Michele Agostini
Threading is replaceable in Python?
71 views
Asked by Wenuka
RAII in pybind11 does not call destructor when added calllbacks
59 views
Asked by westdefeat
Parallel processing in python and need for if __name__ == '__main__'
86 views
Asked by A. Vieira
Does cProfile include the time waiting for the GIL
32 views
Asked by Bernhard Thiel
Why does the presence of the Global Interpreter Lock not prevent data corruption issues when using thread shared state?
51 views
Asked by FreelanceConsultant
Polling in py-spy flame graph of celery worker
50 views
Asked by probably45
Python parallel threads in 3.13 GIL-less environment
673 views
Asked by PJay
How can I release the GIL before calling an embedded C function?
82 views
Asked by Abdul
python multithread ( FIle read I/O ) is not parallism?
69 views
Asked by coding-cat
Why does Cython consider cdef classes as Python objects?
142 views
Asked by Lorvarz
Python GIL and deadlock detection?
134 views
Asked by Jan Wielemaker
Threads, the Python GIL and save/restore thread state
37 views
Asked by Jan Wielemaker
cython binary search in parallel
102 views
Asked by Buzz B
Embedded cython in C prevents multi threading
83 views
Asked by astronee