This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-31 00:28:25 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
19,391
Commits
7
Branches
656
Tags
c05fc7dd9daffe4ee60965b68337773c84d47193
Commit Graph
2 Commits
Author
SHA1
Message
Date
Tim Peters
bc1c7a0854
Fixed a typo and added more tests.
2001-09-04 06:33:00 +00:00
Tim Peters
e2a600099d
Change long/long true division to return as many good bits as it can;
...
e.g., (1L << 40000)/(1L << 40001) returns 0.5, not Inf or NaN or whatever.
2001-09-04 06:17:36 +00:00