Changes between Version 3 and Version 4 of GSoC/CAPI_PrecisionModel


Ignore:
Timestamp:
Mar 16, 2014, 11:21:34 AM (10 years ago)
Author:
sgillies
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/CAPI_PrecisionModel

    v3 v4  
    2525}}}
    2626
    27 The above is a bit of a reversal from what I've previously written about my precision model requirements. A Python API like the one above is going to be very reliable and doesn't leave any geometry objects twisting in the wind when their precision model goes away: they have references to the model which keep it "alive". So, my main requirement for the precision model in the C API is now:
     27The above is a bit of a reversal from what I've previously written about my precision model requirements. A Python API like the one above is going to be very reliable and doesn't leave any geometry objects twisting in the wind when their precision model goes away: they have references to the model which keep it "alive". So, my main requirements for the precision model in the C API are now:
    2828
    2929== No global state ==