New submission from Zackery Spytz <zsp...@gmail.com>:

In e895de3e7f3cc2f7213b87621cfe9812ea4343f0 / bpo-35813, the deprecated 
function PyErr_SetFromWindowsErrWithUnicodeFilename() was added in two 
functions in Modules/_winapi.c. This function was deprecated in 3.3 (and all 
occurrences of it were removed). Also, if bpo-33407 is accepted, usage of this 
function will cause compiler warnings.

See also bpo-19569.

----------
components: Extension Modules
messages: 342626
nosy: ZackerySpytz, davin
priority: normal
severity: normal
status: open
title: bpo-35813 introduced usage of the deprecated 
PyErr_SetFromWindowsErrWithUnicodeFilename() function
versions: Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36935>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to