Re: [Sqlalchemy-tickets] [sqlalchemy] #2161: Py3k support for the C extension
Brought to you by:
zzzeek
|
From: sqlalchemy <mi...@zz...> - 2013-07-04 18:04:47
|
#2161: Py3k support for the C extension
-------------------------------+-------------------------------
Reporter: ged | Owner: pjenvey
Type: enhancement | Status: new
Priority: medium | Milestone: 0.9.xx
Component: cextensions | Severity: major - 1-3 hours
Resolution: | Keywords:
Progress State: needs review |
-------------------------------+-------------------------------
Comment (by zzzeek):
I am 100% with you that cython is better but the existing C extensions
should be ported in place in any case. I think the only sscanf stuff we
have is with the date parsers, and the code for this is already there in
the attached patch.
The code here is literally 95% done it just needs to be checked for
correctness and tested.
--
Ticket URL: <http://www.sqlalchemy.org/trac/ticket/2161#comment:23>
sqlalchemy <http://www.sqlalchemy.org/>
The Database Toolkit for Python
|