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: OpenBSD fixes for Python 2.2
Type: Stage:
Components: Build Versions: Python 2.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: loewis, mattbehrens
Priority: normal Keywords: patch

Created on 2002-05-11 00:23 by mattbehrens, last changed 2022-04-10 16:05 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
openbsd_2_2.patch mattbehrens, 2002-05-11 00:23 OpenBSD patches for Python 2.2
Messages (3)
msg39983 - (view) Author: Matt Behrens (mattbehrens) Date: 2002-05-11 00:23
The following patches are in our packaging tree.  A 
brief summary:

- Use 'cc -shared' to build shared libs, as is 
strictly correct on OpenBSD.

- Use OpenBSD threads.

- Fix the test_fcntl test.

CVS HEAD patches are forthcoming.  I am currently 
working on the shared libpython stuff etc.

I also posted separate patches for Python 2.1 already.
msg39984 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-05-12 16:51
Logged In: YES 
user_id=21627

My comments for 554718 apply for this patch as well - I
recommend that we actually first work on the 2.2 patch, and
only then consider backporting it for 2.1.
msg39985 - (view) Author: Matt Behrens (mattbehrens) Date: 2002-05-20 12:17
Logged In: YES 
user_id=240525

Merging with 554718
History
Date User Action Args
2022-04-10 16:05:18adminsetgithub: 36587
2002-05-11 00:23:20mattbehrenscreate