trac #561: fixed major performance bug in special functions (by not generating Python...
authorCarl Witty <Carl.Witty@gmail.com>
Tue, 27 Jul 2010 06:25:00 +0000 (23:25 -0700)
committerCarl Witty <Carl.Witty@gmail.com>
Tue, 27 Jul 2010 06:25:00 +0000 (23:25 -0700)
commit9c39e3e7b2c86f9ab2af3242bd83fcf1b863861e
treec7c48b90b8be571cdac4c959a926f65991e38e6d
parente95729e9d1bfe0001e08aa8ddd193918d150008d
trac #561: fixed major performance bug in special functions (by not generating Python versions and letting PyType_Ready() do it instead; details are on the trac ticket)
Cython/Compiler/Code.py
Cython/Compiler/Nodes.py