aio-libs / aio-libs/multidict

Support genuine free-threaded mode

Abierto
#1,432 1 comentario 1 reacción 0 asignados Ver en GitHub
Lenguaje dominante
Python
Estrellas
492
Forks
129
Merge medio
14 h 28 min
PR fusionados (30 d)
35

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.