Hi,
our application is suddenly hanging after 10-20 minutes of use, which I'm trying identify the root cause for. Stack trace shows the application is stuck at some CPython call. Is there anyone familiar with Cpython internal that can explain me what this part of the code in Cpython do?
https://github.com/python/cpython/blob/v3.12.3/Modules/_asynciomodule.c#L3594 , the loop in line 3594.