fix format string in __Pyx_AddTraceback() to let it match input types (line number...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 9 Aug 2008 12:12:23 +0000 (14:12 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 9 Aug 2008 12:12:23 +0000 (14:12 +0200)
commit17bf369b70cb00bd8e0fca81cd67cb888fe639b6
treea1910724e1b08a35c7ece467aa03c4a7beabcc3d
parenta5049f05aeb48dee795ab7137e2d135a0d663af5
fix format string in __Pyx_AddTraceback() to let it match input types (line number is not defined as unsigned)
Cython/Compiler/Nodes.py