[Python-checkins] r51492 - in python/branches/int_unification: Include/boolobject.h Include/intobject.hInclude/longobject.hModules/_sre.c Objects/abstract.c Objects/boolobject.cObjects/exceptions.cObjects/intobject.c Objects/listobject.cObjects/longobject.c Python/bltinmodule.cPython/marshal.c Python/pythonrun.c

M.-A. Lemburg mal at egenix.com
Wed Aug 23 16:45:37 CEST 2006


martin at v.loewis.de wrote:
> Zitat von "M.-A. Lemburg" <mal at egenix.com>:
> 
>> That said, I think it would be better to use the PyInt as
>> basis and merge the PyLongs into them instead of the
>> other way around, most important keep using a C long for
>> storing the value and only revert to the bytes array
>> (and the slower operations on it) in case needed.
> 
> I don't think it would be better (or else I would be doing
> it). If you would like to see a different direction, please
> try to come up with a patch.

I wish I had the time to do more on these things. However, I don't,
so all I can do is make suggestions.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Aug 23 2006)
>>> Python/Zope Consulting and Support ...        http://www.egenix.com/
>>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
>>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::


More information about the Python-checkins mailing list