mdrubin / ironclad

Automatically exported from code.google.com/p/ironclad
Other
0 stars 0 forks source link

CPython representation of callables #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Functions, descriptors, unbound methods...

The primary motivation for implementing these properly would be to allow us to 
set Py_OptimizeFlag to 0, which I think it should be. However, if it's 
non-zero, numpy's 
arr_add_docstring will will make some perfectly reasonable assumptions which, 
unfortunately, lead 
to segfaults under Ironclad. However, even if we made that function run without 
crashing, we'd 
need to do really horrible things to make the newly-set docstrings appear in 
IronPython.

Original issue reported on code.google.com by fwere...@gmail.com on 20 Jan 2009 at 8:07