[Ipython-tickets] [IPython] #230: changed behavior when push function object in r3021?
IPython
ipython-tickets@scipy....
Mon Feb 18 12:00:06 CST 2008
#230: changed behavior when push function object in r3021?
----------------------+-----------------------------------------------------
Reporter: yichun | Owner: bgranger
Type: defect | Status: assigned
Priority: normal | Milestone:
Component: ipython1 | Version:
Severity: normal | Resolution:
Keywords: |
----------------------+-----------------------------------------------------
Comment (by bgranger):
The problem with the general form of push/pull is that you can push/pull a
nested python (dict/list/tuple) that had function embedded inside. This
is the case that would fail and that we couldn't handle properly. So, the
main different with pushFunction/pullFunction is that it only works with
top level functions. Closures are still not handled.
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/230#comment:4>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list