This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Seg Fault with complex numbers
Type: crash Stage: resolved
Components: macOS Versions: Python 3.3
process
Status: closed Resolution: duplicate
Dependencies: Superseder: interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update
View: 18458
Assigned To: ronaldoussoren Nosy List: Manish.Raghavan, ronaldoussoren
Priority: normal Keywords:

Created on 2013-10-24 21:17 by Manish.Raghavan, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (1)
msg201190 - (view) Author: Manish Raghavan (Manish.Raghavan) Date: 2013-10-24 21:17
Python 3.3.2 (v3.3.2:d047928ae3f6, May 13 2013, 13:52:24)
[GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> 1+1j
(1+1j)
>>> 1+1j
Segmentation fault: 11
History
Date User Action Args
2022-04-11 14:57:52adminsetgithub: 63580
2013-10-24 21:19:41ezio.melottisetstage: resolved
2013-10-24 21:18:57benjamin.petersonsetstatus: open -> closed
superseder: interactive interpreter crashes and test_readline fails on OS X 10.9 Mavericks due to libedit update
resolution: duplicate
2013-10-24 21:17:22Manish.Raghavancreate