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-06-05 11:04:04 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
19,402
Commits
7
Branches
657
Tags
a8ea5ba8a9c2e0674a22fd1629f8fee0cf4cb282
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