mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Reported by Alexander Riccio.
This commit is contained in:
parent
9bb0958b23
commit
9b3a2eec1c
2 changed files with 0 additions and 3 deletions
|
@ -7332,7 +7332,6 @@ encode_code_page_strict(UINT code_page, PyObject **outbytes,
|
|||
BOOL usedDefaultChar = FALSE;
|
||||
BOOL *pusedDefaultChar = &usedDefaultChar;
|
||||
int outsize;
|
||||
PyObject *exc = NULL;
|
||||
wchar_t *p;
|
||||
Py_ssize_t size;
|
||||
const DWORD flags = encode_code_page_flags(code_page, NULL);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue