gh-116112: Fix ResourceWarning
in test_asyncio.test_stream
#105115
Annotations
3 warnings
Build CPython:
Modules/_xxinterpqueuesmodule.c#L753
'fprintf' : format string '%ld' requires an argument of type 'long', but variadic argument 1 has type 'int64_t' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/_xxinterpqueuesmodule.c#L761
'fprintf' : format string '%ld' requires an argument of type 'long', but variadic argument 1 has type 'int64_t' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Build CPython:
Modules/_xxinterpqueuesmodule.c#L761
'fprintf' : format string '%ld' requires an argument of type 'long', but variadic argument 2 has type 'Py_ssize_t' [D:\a\cpython\cpython\PCbuild\pythoncore.vcxproj]
|
Loading