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.

classification
Title: Build ctypes on OpenBSD x86_64
Type: Stage:
Components: None Versions: Python 2.5
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: theller Nosy List: djmdjm, nnorwitz, theller
Priority: normal Keywords: patch

Created on 2006-08-08 18:39 by theller, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
openbsd.patch theller, 2006-08-08 18:39
Messages (4)
msg50848 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2006-08-08 18:39
This patch from Damien Miller enables building ctypes
on OpenBSD x86_64.
msg50849 - (view) Author: Neal Norwitz (nnorwitz) * (Python committer) Date: 2006-08-08 21:40
Logged In: YES 
user_id=33168

Thomas, you can apply this if you want.  Are you sure about
the last bit about remove -fno-stack-protector though?  That
part seems a bit more dangerous, but I'll leave the decision
up to you.
msg50850 - (view) Author: Damien Miller (djmdjm) Date: 2006-08-10 06:31
Logged In: YES 
user_id=1359232

I have tested the -fno-stack-protector on OpenBSD i386 and
AMD64 - it passes regress tests on both.
msg50851 - (view) Author: Thomas Heller (theller) * (Python committer) Date: 2006-08-14 16:21
Logged In: YES 
user_id=11105

Committed as rev 51281.
I removed the '-no-stack-protector' flag because two people
have confirmed that at least the testsuite doesn't need it.
History
Date User Action Args
2022-04-11 14:56:19adminsetgithub: 43797
2006-08-08 18:39:24thellercreate