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.

Author sonnenburg
Recipients
Date 2004-10-18.09:03:22
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=459347

Still the same for 2.4b1 on SuSE 9.0: 
frank@theta:/backup/users/frank/div/download/python/2.4b1/
theta-SuSE9.0> ./python -W error 
Python 2.4b1 (#1, Oct 18 2004, 10:45:40) 
[GCC 3.3.1 (SuSE Linux)] on linux2 
Type "help", "copyright", "credits" or "license" for more information. 
>>> import sys 
>>> sys.path.insert(0, '/usr/lib/python2.1/lib-dynload') 
>>> import cmath 
Speicherzugriffsfehler 
 
To etrepum: 
I really don't expect a segfault, because Python2.1 is built on my 
machine as well as Python2.3 resp. Python2.4b1 is.  I do would expect 
a program termination, iff there were unsatisfied symbols calling new 
or renamed Python C-API functions. 
 
History
Date User Action Args
2008-01-20 09:57:14adminlinkissue1044382 messages
2008-01-20 09:57:14admincreate