[Python-Dev] OpenBSD anyone?

Kurt B. Kaiser kbk at shore.net
Tue Dec 30 20:31:22 EST 2003


Guido van Rossum <guido at python.org> writes:

> Would someone here be so kind as to report the bug we've found?

Bug submitted with cut-down:

http://cvs.openbsd.org/cgi-bin/query-pr-wrapper?full=yes&numbers=3622

It has been verified that this is fixed at OpenBSD 3.4.

Therefore it's only a problem with 3.3 because there was no stack
protector prior to that.

Workaround when using -g option is to add -fno-stack-protector or -O1.

I don't think any change to Python is warranted. 

-- 
KBK



More information about the Python-Dev mailing list