This website requires JavaScript.
Explore
Help
Sign In
traverseda
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
78,291
Commits
9
Branches
456
Tags
1.7
GiB
c20b4d872d
Commit Graph
3 Commits
Author
SHA1
Message
Date
Antoine Pitrou
ca8aa4acf6
Issue
#15144
: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
...
Patch by Serhiy Storchaka.
2012-09-20 20:56:47 +02:00
Mark Dickinson
01ac8b6ab1
Use correct types for ASCII_CHAR_MASK integer constants.
2012-07-07 14:08:48 +02:00
Antoine Pitrou
dd4e2f0153
Issue
#13155
: Optimize finding the optimal character width of an unicode string
2011-10-13 00:02:27 +02:00