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 vstinner
Recipients martin.panter, vstinner
Date 2016-03-29.23:13:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459293221.45.0.688049843685.issue26662@psf.upfronthosting.co.za>
In-reply-to
Content
> Typeslots.inc is listed in the .hgtouch file, so you might be able to work around by running “make touch” before building.

My initial issue is that "import ssl" fails with <class 'RuntimeError'>: invalid slot offset. This error is really strange and Google doesn't know it.

I probably missed something when I compiled Python, but I would prefer that Python build system detects such issues for me, rather than having to use workarounds.
History
Date User Action Args
2016-03-29 23:13:41vstinnersetrecipients: + vstinner, martin.panter
2016-03-29 23:13:41vstinnersetmessageid: <1459293221.45.0.688049843685.issue26662@psf.upfronthosting.co.za>
2016-03-29 23:13:41vstinnerlinkissue26662 messages
2016-03-29 23:13:41vstinnercreate