| commit | afa5321c6c7cbb28cc1f4100ca3213669a01389d | [log] [tgz] |
|---|---|---|
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Thu Jul 18 08:52:39 2024 |
| committer | GitHub <noreply@github.com> | Thu Jul 18 08:52:39 2024 |
| tree | de06aec801b0097bdf58f520818af22dcdb5627a | |
| parent | a12c10590828cd840679f44ed1a92f2d970eb940 [diff] |
[3.13] gh-121621: Move asyncio_running_loop to private struct (GH-121939) (#121943) gh-121621: Move asyncio_running_loop to private struct (GH-121939) This avoids changing the ABI and keeps the field in the private struct. (cherry picked from commit 81fd625b5c30cc6f417c93bad404923676ad8ca3) Co-authored-by: Sam Gross <colesbury@gmail.com>