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 johtso
Recipients ezio.melotti, johtso
Date 2013-02-20.22:28:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361399316.25.0.654994591669.issue17260@psf.upfronthosting.co.za>
In-reply-to
Content
Running the code attached causes a segmentation fault.

This only occurs when run from within a virtual environment, and when the class is an old style class.

I've tested on OSX with both 2.7.3 installed via Homebrew, and the default 2.7.2 Python installation.

Also got the same result testing with 2.7.3 on linux ([GCC 4.4.5] on linux2)

I've verified that exactly the same Python installation is being used inside and outside of the virtual env.

Running the same code under 2.5 and 2.6 results in no seg fault.
History
Date User Action Args
2013-02-20 22:28:36johtsosetrecipients: + johtso, ezio.melotti
2013-02-20 22:28:36johtsosetmessageid: <1361399316.25.0.654994591669.issue17260@psf.upfronthosting.co.za>
2013-02-20 22:28:36johtsolinkissue17260 messages
2013-02-20 22:28:35johtsocreate