Files
cpython/Lib
Jeffrey Yasskin 339f5e3ffc Change simple instances (in Fraction) of self.numerator and self.denominator to
self._numerator and self._denominator. This speeds abs() up from 12.2us to
10.8us and trunc() from 2.07us to 1.11us. This doesn't change _add and friends
because they're more complicated.
2008-02-14 07:49:25 +00:00
..
2008-02-09 10:04:19 +00:00
2008-02-13 17:58:04 +00:00
2008-01-10 23:00:01 +00:00
2007-03-13 21:32:01 +00:00
2007-01-30 03:03:46 +00:00
2008-02-05 16:06:57 +00:00
2007-01-30 03:03:46 +00:00
2007-05-14 20:52:31 +00:00
2007-09-09 20:25:00 +00:00
2007-02-28 18:27:41 +00:00
2007-09-10 21:51:02 +00:00
2007-09-09 20:25:00 +00:00
2007-10-29 20:52:45 +00:00
2008-02-14 01:08:02 +00:00
2008-01-15 21:25:11 +00:00
2008-01-21 20:18:04 +00:00
2008-01-06 14:33:52 +00:00
2007-09-10 21:51:02 +00:00
2007-01-30 03:03:46 +00:00
2008-02-05 16:06:57 +00:00
2007-08-28 23:22:52 +00:00
2007-12-03 12:55:17 +00:00
2007-08-06 07:39:09 +00:00
2007-09-09 20:25:00 +00:00
2007-05-24 17:33:33 +00:00