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
da073e16
Commit
da073e16
authored
Jun 14, 2007
by
Martin v. Löwis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch #1734014: Use _I64_MAX instead of LLONG_MAX.
Will backport to 2.5.
parent
84a3efec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
PC/pyconfig.h
PC/pyconfig.h
+3
-3
No files found.
PC/pyconfig.h
View file @
da073e16
...
...
@@ -275,9 +275,9 @@ typedef int pid_t;
#define HAVE_LONG_LONG 1
#ifndef PY_LONG_LONG
# define PY_LONG_LONG __int64
# define PY_LLONG_MAX
LLONG
_MAX
# define PY_LLONG_MIN
LLONG
_MIN
# define PY_ULLONG_MAX
ULLONG
_MAX
# define PY_LLONG_MAX
_I64
_MAX
# define PY_LLONG_MIN
_I64
_MIN
# define PY_ULLONG_MAX
_UI64
_MAX
#endif
/* For Windows the Python core is in a DLL by default. Test
...
...
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