[nt] Add readinto (#14516)

This commit is contained in:
Semyon Moroz
2025-08-04 10:43:55 +00:00
committed by GitHub
parent 2888ec7011
commit 731090c062
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -110,4 +110,7 @@ if sys.platform == "win32":
if sys.version_info >= (3, 13):
from os import fchmod as fchmod, lchmod as lchmod
if sys.version_info >= (3, 14):
from os import readinto as readinto
environ: dict[str, str]