New submission from Serhiy Storchaka <storchaka+cpyt...@gmail.com>:

Py_FileSystemDefaultEncodeErrors was added to limited API in 3.7 and 
Py_UTF8Mode -- in 3.7. But in 3.8 their declarations are not available if 
Py_LIMITED_API is defined because they were moved to different header file 
included only if Py_LIMITED_API is not defined.

----------
components: C API
messages: 378340
nosy: serhiy.storchaka, vstinner
priority: normal
severity: normal
status: open
title: Py_FileSystemDefaultEncodeErrors and Py_UTF8Mode are not available with 
limited API
type: behavior
versions: Python 3.10, Python 3.8, Python 3.9

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

Reply via email to