[Ipython-tickets] [IPython] #143: Segmentation fault in iteritems() loop

IPython ipython-tickets@scipy....
Sat Apr 14 18:42:16 CDT 2007


#143: Segmentation fault in iteritems() loop
---------------------+------------------------------------------------------
 Reporter:  nf       |       Owner:  fperez
     Type:  defect   |      Status:  new   
 Priority:  normal   |   Milestone:        
Component:  ipython  |     Version:        
 Severity:  normal   |    Keywords:        
---------------------+------------------------------------------------------
 How to reproduce:

 $ ipython
 Python 2.5 (r25:51908, Nov 12 2006, 02:16:12)
 Type "copyright", "credits" or "license" for more information.

 IPython 0.8.0 -- An enhanced Interactive Python.
 ?       -> Introduction to IPython's features.
 %magic  -> Information about IPython's 'magic' % functions.
 help    -> Python's own help system.
 object? -> Details about 'object'. ?object also works, ?? prints more.

 In [1]: d = {}

 In [2]: for k,v in d.iteritems():
    ...:     print 'x'
 Segmentation fault

-- 
Ticket URL: <http://projects.scipy.org/ipython/ipython/ticket/143>
IPython <http://ipython.scipy.org>
The IPython interactive Python system


More information about the Ipython-tickets mailing list