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 tim.peters
Recipients amaury.forgeotdarc, mmokrejs, tim.peters, vstinner
Date 2013-08-26.21:08:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377551293.89.0.569927002294.issue18843@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, if memory serves, compiling with --with-pydebug changes the memory layout of Python objects, so a Python compiled this way _cannot_ be used successfully with extension modules that were compiled without the same options.  Did you rebuild your extensions too?
History
Date User Action Args
2013-08-26 21:08:13tim.peterssetrecipients: + tim.peters, amaury.forgeotdarc, mmokrejs, vstinner
2013-08-26 21:08:13tim.peterssetmessageid: <1377551293.89.0.569927002294.issue18843@psf.upfronthosting.co.za>
2013-08-26 21:08:13tim.peterslinkissue18843 messages
2013-08-26 21:08:13tim.peterscreate