[New-bugs-announce] [issue36935] bpo-35813 introduced usage of the deprecated PyErr_SetFromWindowsErrWithUnicodeFilename() function

Zackery Spytz report at bugs.python.org
Thu May 16 01:13:20 EDT 2019


New submission from Zackery Spytz <zspytz at 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 <report at bugs.python.org>
<https://bugs.python.org/issue36935>
_______________________________________


More information about the New-bugs-announce mailing list