Message144098
Mark Dickinson <[email protected]> wrote:
> Well, they're all in the standard, which is publicly available.
I have the real thing. :)
> The correctness of the patch depends on:
> (2) an assumption that the C implementation will never raise an
> 'implementation-defined' signal (C99 6.3.1.3p3). This seems
> reasonable: I'm fairly sure that this provision is there mainly
> for systems using ones' complement or sign-magnitude
> representations for signed integers, and it's safe to assume
> that Python won't meet such systems.
This is what I was concerned about, but the assumption seems safe. |
|
| Date |
User |
Action |
Args |
| 2011-09-15 19:57:28 | skrah | set | recipients:
+ skrah, loewis, mark.dickinson, vstinner, [email protected] |
| 2011-09-15 19:57:28 | skrah | link | issue12973 messages |
| 2011-09-15 19:57:28 | skrah | create | |
|