[Python-Dev] Strategy for converting the decimal module to C

Greg Ewing greg.ewing at canterbury.ac.nz
Fri Jul 21 03:17:43 CEST 2006


Nick Maclaren wrote:

> Now, interrupting into that level has to be transparent, in order to
> support TLB misses, clock interrupts, device interrupts, machine-check
> interrupts and so on.

I thought we were just talking about counting the number
of floating point exceptions that a particular piece of
code generates. Surely that's deterministic, and isn't
affected by any of that stuff?

--
Greg


More information about the Python-Dev mailing list