this post was submitted on 01 Aug 2025
15 points (100.0% liked)

Python

7366 readers
3 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] kebab@endlesstalk.org 1 points 1 week ago (2 children)

I admit that I haven’t read the whole article but could you please clarify what kind of issue is described?

Also, what do you mean by colored functions? The term seems ambiguous

[–] logging_strict@programming.dev 1 points 6 days ago (1 children)

The term is used by the trio package author. You are in for a treat! Go read the docs for trio right now! Then anyio.

Take what the trio author has to say very very seriously.

The term colored function means, in order to support concurrency, needing to modify a function with special language syntax, in this case, async.

[–] kebab@endlesstalk.org 2 points 6 days ago

Awesome, thank you for your insights!