Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
33ce3f01
Commit
33ce3f01
authored
May 29, 2019
by
MandarJKulkarni
Committed by
Cheryl Sabella
May 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix comments in initconfig.h (GH-13636)
parent
9e3c4526
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Include/cpython/initconfig.h
Include/cpython/initconfig.h
+3
-3
No files found.
Include/cpython/initconfig.h
View file @
33ce3f01
...
...
@@ -71,11 +71,11 @@ typedef struct {
Set to 0 by PYTHONCOERCECLOCALE=0. Set to 1 by PYTHONCOERCECLOCALE=1.
Set to 2 if the user preferred LC_CTYPE locale is "C".
If it is equal to 1, LC_CTYPE locale is read to decide i
t
it should be
If it is equal to 1, LC_CTYPE locale is read to decide i
f
it should be
coerced or not (ex: PYTHONCOERCECLOCALE=1). Internally, it is set to 2
if the LC_CTYPE locale must be coerced.
Disable by default (set to 0). Set it to -1 to let Python decide
s
if it
Disable by default (set to 0). Set it to -1 to let Python decide if it
should be enabled or not. */
int
coerce_c_locale
;
...
...
@@ -83,7 +83,7 @@ typedef struct {
Set to 1 by PYTHONCOERCECLOCALE=warn.
Disable by default (set to 0). Set it to -1 to let Python decide
s
if it
Disable by default (set to 0). Set it to -1 to let Python decide if it
should be enabled or not. */
int
coerce_c_locale_warn
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment