mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #26765: Ensure that bytes- and unicode-specific stringlib files are used
with correct type.
This commit is contained in:
parent
cbcc2fd641
commit
bcde10aa7e
6 changed files with 15 additions and 12 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
#include <locale.h>
|
||||
|
||||
#ifndef STRINGLIB_IS_UNICODE
|
||||
# error "localeutil is specific to Unicode"
|
||||
#if !STRINGLIB_IS_UNICODE
|
||||
# error "localeutil.h is specific to Unicode"
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue