Files
cpython/Modules
Serhiy Storchaka 3cf83d91a5 gh-124008: Fix calculation of the number of written bytes for the Windows console (GH-124059)
Since MultiByteToWideChar()/WideCharToMultiByte() is not reversible if
the data contains invalid UTF-8 sequences, use binary search to
calculate the number of written bytes from the number of written
characters.

Also fix writing incomplete UTF-8 sequences.

Also fix handling of memory allocation failures.
2024-11-27 13:38:12 +02:00
..
2024-08-23 08:40:31 +02:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.