aio-libs / aio-libs/multidict

Support genuine free-threaded mode

Aperta
#1,432 1 commento 1 reazione 0 assegnatari Vedi su GitHub
Lingua principale
Python
Stelle
492
Fork
129
Merge medio
14h 28m
PR unite (30g)
35

Descrizione

This complex task covers many C functions for MultiDict (and family) methods and slots.

Some of them are trivial and could be solved by wrapping the call in a critical section, for example, ' repr '.

But applying critical sections to all methods kills performance.

The pragmatic approach should combine critical sections with atomic operations, as CPython does for `dict`.

I expect a bunch of PRs for this issue. Let's eat the elephant piece by piece.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.