Left: | ||
Right: |
OLD | NEW |
---|---|
(Empty) | |
1 | |
2 | |
3 Normal priority: | |
4 ---------------- | |
5 | |
6 1) Add C-API importable as capsule. | |
7 | |
8 | |
9 Low priority: | |
10 ------------- | |
11 | |
12 1) Convert tabs (wait until commit). | |
13 | |
14 2) Pre-ANSI compilers require '#' in the first column (should be done | |
15 for the whole Python source tree if we support such compilers). (?) | |
16 | |
17 3) FETCH_CURRENT_CONTEXT vs. CURRENT_CONTEXT? | |
18 | |
19 4) Justify remaining uses of exit on overflow in bignum arith. Short | |
20 answer: with correct context values the coefficients never get big | |
21 enough for that to happen. | |
22 | |
23 5) Justify remaining uses of abort() in mpdecimal: These uses are | |
24 for debug purposes and can't be reached when the library is used | |
25 correctly. | |
26 | |
27 | |
OLD | NEW |