Bug 76837

Summary: Python crashes when using ExtensionClasses
Product: [Retired] Red Hat Linux Reporter: Need Real Name <jdahlin>
Component: pythonAssignee: Mihai Ibanescu <mihai.ibanescu>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: high Docs Contact:
Priority: medium    
Version: 8.0CC: tmokros
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-11-25 20:39:20 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
This makes ExtensionClasses work with python 2.2.1 again. none

Description Need Real Name 2002-10-27 22:16:23 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2b) Gecko/20021013
Phoenix/0.3

Description of problem:
Python versions higher than 2.2, but prior to 2.2.2 crashes when trying to
import an ExtensionClasses module (ZODB, the persistence database used by Zope
for example have a few of these).
There are two solutions, either upgrade to 2.2.2 which was released some time
ago or apply the patch that's attached.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Compile and install ZODB (any versions)
2. run python
3. type "import ZODB"
	

Actual Results:  Python crashes

Expected Results:  It shouldn't have crashed

Additional info:

Comment 1 Need Real Name 2002-10-27 22:17:19 UTC
Created attachment 82305 [details]
This makes ExtensionClasses work with python 2.2.1 again.

Comment 2 Mihai Ibanescu 2002-11-05 13:03:30 UTC
This would make a good candidate for a bugfix release. Will try to release a
python 2.2.2 package in Raw Hide. I'll let you know when it's ready.

Comment 3 Mihai Ibanescu 2002-11-25 20:02:06 UTC
Can you please grab the python packages from rahide and give them a try? They
are python 2.2.2 packages.

Comment 4 Need Real Name 2002-11-25 20:13:08 UTC
Misa, where can i find them? I just looked at:
ftp://rawhide.redhat.com/pub/redhat/linux/rawhide/i386/RedHat/RPMS/

And it appears that they haven't landed yet. Maybe i'm looking at the wrong place.

Comment 5 Mihai Ibanescu 2002-11-25 20:39:12 UTC
Oh well.
Try:

ftp://people.redhat.com/misa/fixes/python/

Comment 6 Need Real Name 2002-11-25 20:53:40 UTC
Yes, i just tried to compile zodb, it seems to work fine now.

thanks.