mirror of
https://github.com/python/cpython.git
synced 2026-01-28 05:35:31 +00:00
The _PyErr_WarnUnawaitedCoroutine() fallback now also sets the coroutine object as the source of the warning, as done by the Python implementation warnings._warn_unawaited_coroutine(). Moreover, don't truncate the coroutine name: Python supports arbitrary string length to format the message.
Miscellaneous source files for the main Python shared library