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 schmir
Recipients schmir
Date 2013-01-01.21:57:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357077458.8.0.894296515098.issue16836@psf.upfronthosting.co.za>
In-reply-to
Content
The configure script uses a runtime check to determine if IPv6 is working. If IPv6 is disabled system-wide via a kernel option on linux, the resulting python interpreter is compiled as if "--disable-ipv6" had been passed to the configure script.

This causes multiple issues:
- http://bugs.python.org/issue7735
- http://bugs.python.org/issue16208

Both of the above issues have been closed as wontfix, and I have been told to not use --disable-ipv6 and instead disable IPv6 system wide via a boot option. This is what I did, and now I have the same issue because the configure script has this runtime check...
History
Date User Action Args
2013-01-01 21:57:38schmirsetrecipients: + schmir
2013-01-01 21:57:38schmirsetmessageid: <1357077458.8.0.894296515098.issue16836@psf.upfronthosting.co.za>
2013-01-01 21:57:38schmirlinkissue16836 messages
2013-01-01 21:57:38schmircreate