A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-dev/2009-October/093117.html below:

[Python-Dev] SIGCHECK() in longobject.c

[Python-Dev] SIGCHECK() in longobject.c [Python-Dev] SIGCHECK() in longobject.cNick Coghlan ncoghlan at gmail.com
Wed Oct 21 12:27:58 CEST 2009
Brett Cannon wrote:
> On Tue, Oct 20, 2009 at 07:57, Mark Dickinson <dickinsm at gmail.com
> <mailto:dickinsm at gmail.com>> wrote:
>     The Deccoeff type is very simple, though.  It would be easy to create
>     a pure Python version of it, and then do something like:
> 
>     try:
>        from _decimal import Deccoeff  # try to get C version
>     except ImportError:
>        from deccoeff import Deccoeff  # else use Python fallback code.
> 
> 
> And this is why you shouldn't have to worry. As long as the tests
> exercise both the pure Python and C versions then the other VMs are covered.

We need to worry at least a little bit, as the pure Python version
doesn't exist at this point in time.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4