BuildExecutable: use correct executable extension, build dynamically instead of stati...
[cython.git] / tests / broken / r_getattr3.pyx
1 def test(obj, attr, dflt):
2     return getattr3(obj, attr, dflt)