initialise argument value array with default values to avoid having to check for...
authorStefan Behnel <scoder@users.berlios.de>
Sun, 28 Dec 2008 15:33:44 +0000 (16:33 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 28 Dec 2008 15:33:44 +0000 (16:33 +0100)
commite5681e07a3a8c5032060a9ea3f5b8403c00e9a83
tree9a8cac5697f132d19285ff2289466184a1d9ec5d
parentb692ef7167cbd947733118c06c66ae684322513b
initialise argument value array with default values to avoid having to check for NULL on assignments
Cython/Compiler/Nodes.py