StackOverflow Questions for Tag: gil

K4liber
K4liber

Reputation: 913

What caused Python 3.13-0b3 ( compiled with GIL disabled ) be slower than 3.12.0?

Score: 5

Views: 1990

Answers: 2

Read More
stustd
stustd

Reputation: 335

How to embed Python (3.12) sub-interpreters in threaded C++ runtime?

Score: 0

Views: 138

Answers: 0

Read More
stustd
stustd

Reputation: 335

How to implement multiple embedded Python interpreters (Python 3.13 NOGIL)?

Score: 0

Views: 106

Answers: 0

Read More
Olumide
Olumide

Reputation: 5829

CPython: what happens when the take_gil function calls the drop_gil function

Score: 0

Views: 110

Answers: 1

Read More
shoosh
shoosh

Reputation: 79011

Embedding python in multithreaded C application

Score: 21

Views: 9718

Answers: 5

Read More
Olumide
Olumide

Reputation: 5829

Executing non-GUI threads in a separate GIL

Score: 0

Views: 70

Answers: 1

Read More
user195066
user195066

Reputation: 1

Segfault in Boost::python object converter after updating to boost 1_83_0

Score: 0

Views: 29

Answers: 0

Read More
Zimzozaur
Zimzozaur

Reputation: 55

Why does CPython implement GIL and V8 does not?

Score: -3

Views: 146

Answers: 1

Read More
h s
h s

Reputation: 3

How time.sleep affect multithreading?

Score: 0

Views: 175

Answers: 3

Read More
Della
Della

Reputation: 1632

Are Totally Different Python Scripts Running on the Same Host Influenced by the GIL?

Score: 1

Views: 33

Answers: 0

Read More
user24172100
user24172100

Reputation: 21

GIL() must be released error when using PythonNet to call python scripts from C# file

Score: 2

Views: 377

Answers: 0

Read More
sndth
sndth

Reputation: 21

Issue with GIL on Python 3.12.2

Score: 0

Views: 710

Answers: 1

Read More
user3761555
user3761555

Reputation: 1275

python: With GIL, is it still possible to have deadlocks with threading? (Not multi-processing)

Score: 0

Views: 205

Answers: 1

Read More
IdoS
IdoS

Reputation: 580

How to Prevent Gunicorn Workers/Threads from Blocking During External API Calls in Flask App

Score: 1

Views: 188

Answers: 0

Read More
Michele Agostini
Michele Agostini

Reputation: 31

Python Import Module fails using C API if more than one subinterpreter import a module that imports some specific modules

Score: 3

Views: 184

Answers: 1

Read More
micha.net
micha.net

Reputation: 23

Why is this multi-threaded code faster than the sequential one, if the task is 100% on the CPU? - Python3.10

Score: 2

Views: 138

Answers: 2

Read More
A. Vieira
A. Vieira

Reputation: 1281

Parallel processing in python and need for if __name__ == '__main__'

Score: -1

Views: 285

Answers: 2

Read More
Wenuka
Wenuka

Reputation: 1090

Threading is replaceable in Python?

Score: 0

Views: 76

Answers: 1

Read More
Weihang Jian
Weihang Jian

Reputation: 8755

How Puma allows IO waiting to be done in parallel to improve MRI's throughput?

Score: 2

Views: 374

Answers: 2

Read More
westdefeat
westdefeat

Reputation: 1

RAII in pybind11 does not call destructor when added calllbacks

Score: 0

Views: 102

Answers: 0

Read More
PreviousPage 2Next