fix print implementation in Py3, make it more suitable for potential inlining
authorStefan Behnel <scoder@users.berlios.de>
Wed, 10 Mar 2010 07:06:33 +0000 (08:06 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 10 Mar 2010 07:06:33 +0000 (08:06 +0100)
commitf98755eb745cbe60d5982954227a2f4039d1bbc0
treed869455729fea5ced37ad5c5e006cc6720c98ef8
parent4964e6d8be1ea96eef8224fc35878c874f310ba9
fix print implementation in Py3, make it more suitable for potential inlining
Cython/Compiler/Nodes.py