[issue19884] Importing readline produces erroneous output

2014-08-07 Thread Edd Barrett
Edd Barrett added the comment: This problem shows up on OpenBSD too. It breaks 'hg view' also. -- nosy: +Edd.Barrett ___ Python tracker <http://bugs.python.o

[issue21356] LibreSSL/RAND_egd fix needed.

2014-04-26 Thread Edd Barrett
New submission from Edd Barrett: Hi, I'm sure you have heard about OpenBSD's LibreSSL fork of OpenSSL. There has been a lot of code reorganisation and removal. One function which was removed `RAND_egd()` breaks the CPython build. CPython no longer builds on OpenBSD. I have submitt

[issue17685] Frozenset literal?

2013-04-10 Thread Edd
New submission from Edd: Hi, I am willing to bet that this has been discussed before, but I don't see any related bugs. I have been using Python for a while now as a prototyping language for scientific applications. Most recently I have been using it for prototype program analyses. In

[issue4639] Build failure on OpenBSD 4.4-current regarding lstat()

2008-12-12 Thread Edd
New submission from Edd : Hi, I just had to move the "extern lstat..." outside the "ifndef HAVE_LSTAT" to get python 2.6.1 to build on OpenBSD 4.4-current/i386. I'm not suggesting this is correct, but it fixes the build for my platform at least. --- Modules/posixmod