StackOverflow Questions for Tag: gil

fekiri malek
fekiri malek

Reputation: 376

Python multithreading or multiprocessing or something else

Score: 0

Views: 34

Answers: 0

Read More
qfcy
qfcy

Reputation: 145

Why does Python 3.14 use ob_ref_local and ob_ref_shared for reference counts when GIL is absent

Score: 1

Views: 40

Answers: 1

Read More
ADITYA GUPTA
ADITYA GUPTA

Reputation: 51

How to disable the GIL in python3.13?

Score: 3

Views: 2516

Answers: 3

Read More
mike rodent
mike rodent

Reputation: 15682

How does sys.getswitchinterval() work with PyQt?

Score: 0

Views: 52

Answers: 0

Read More

FastAPI - Why does synchronous code do not block the event Loop?

Score: 3

Views: 193

Answers: 3

Read More
radio23
radio23

Reputation: 99

What is holding the GIL and how can it be released

Score: 0

Views: 45

Answers: 0

Read More
JonB
JonB

Reputation: 93

lxml 5.3.0 does not seem to support python 3.13.1t free threading build

Score: 0

Views: 211

Answers: 0

Read More
BenMB
BenMB

Reputation: 33

PyEval_RestoreThread crash when calling matplotlib via Python C API

Score: 0

Views: 22

Answers: 0

Read More
mantle core
mantle core

Reputation: 1

Can a simple mutex pthread_mutex be a replacement for GIL in a multithreaded Python C extension?

Score: 0

Views: 52

Answers: 1

Read More
Koushik Ghosh
Koushik Ghosh

Reputation: 21

How to create a virtual environment with Python 3.13 "free-threaded" on Windows?

Score: 2

Views: 875

Answers: 2

Read More
Deepak Tatyaji Ahire
Deepak Tatyaji Ahire

Reputation: 5321

How does GIL inserts the interupted thread and waiting threads back into the Ready Queue in Python?

Score: 0

Views: 59

Answers: 1

Read More
Vladyslav Chaikovskyi
Vladyslav Chaikovskyi

Reputation: 336

What operations are thread-safe in Python?

Score: 1

Views: 47

Answers: 0

Read More
kirillberd
kirillberd

Reputation: 9

Is this correct to run a CPU-bound operation using ProcessPoolExecutor in asyncio loop?

Score: 0

Views: 52

Answers: 0

Read More
Boyang Li
Boyang Li

Reputation: 93

Python 3.13 with free-thread is slow

Score: 2

Views: 1430

Answers: 1

Read More
Zac B
Zac B

Reputation: 4232

In free-threaded Python without the GIL or other locks, can mutating an integer field on an object break the interpreter?

Score: 0

Views: 263

Answers: 0

Read More
Swastik
Swastik

Reputation: 396

Do we ever need to synchronise threads in python?

Score: 1

Views: 1695

Answers: 2

Read More
comp-era
comp-era

Reputation: 21

Why does my multi-threaded Python script slow down when I add more threads?

Score: 0

Views: 82

Answers: 1

Read More
yufusuf
yufusuf

Reputation: 13

Python single thread performance vs main thread performance

Score: 1

Views: 60

Answers: 1

Read More
charlescochran
charlescochran

Reputation: 183

Is Python's `list.clear()` thread-safe?

Score: 2

Views: 160

Answers: 1

Read More
computinglife
computinglife

Reputation: 4391

Can Flask be run with threaded=true, fronted by an afficient web server / proxy

Score: 0

Views: 19

Answers: 0

Read More
PreviousPage 1Next