mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #14153 Create _Py_device_encoding() to prevent _io from having to import
the os module.
This commit is contained in:
parent
54c32032aa
commit
efb00c0cc1
7 changed files with 70 additions and 45 deletions
|
@ -5,6 +5,8 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
PyAPI_FUNC(PyObject *) _Py_device_encoding(int);
|
||||
|
||||
PyAPI_FUNC(wchar_t *) _Py_char2wchar(
|
||||
const char *arg,
|
||||
size_t *size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue