provide better error message for unknown globals (copied from CPython)
authorStefan Behnel <stefan_ml@behnel.de>
Mon, 4 Mar 2013 06:07:32 +0000 (07:07 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Mon, 4 Mar 2013 06:07:32 +0000 (07:07 +0100)
commitd268a44fbffb1eeb01802a9258afe5f05805e5d7
treeaebf22423c3f3436df34b469d2178e152b911fb3
parent9233ad7c3a64515634b338009bd61abd4cd037b8
provide better error message for unknown globals (copied from CPython)

--HG--
rename : tests/broken/ref2global.pyx => tests/run/ref2global.pyx
Cython/Utility/ObjectHandling.c
tests/broken/ref2global.pyx [deleted file]
tests/run/ref2global.pyx [new file with mode: 0644]