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: PTH related fixes
Type: Stage:
Components: None Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, marc
Priority: normal Keywords: patch

Created on 2003-09-13 14:15 by marc, last changed 2022-04-10 16:11 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pth.diff marc, 2003-09-13 14:15 PTH fixes
Messages (4)
msg44613 - (view) Author: Marc Recht (marc) Date: 2003-09-13 14:15
Some PTH fixes with have in NetBSD's pkgsrc for a some
time now. They're needed on NetBSD <= 1.6.x  for Python
+ PTH to run properly. (And probably  on other systems
using PTH, too.)
Basically the stack-size of PTH is way too small and
_POSIX_THREADS shouldn't be defined.

The patch is against release23-maint.
Note: I'm not the original autor of this patch. I have
permission to submit it, though.
msg44614 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-09-18 18:51
Logged In: YES 
user_id=21627

Is pth actively being used on that system?
msg44615 - (view) Author: Marc Recht (marc) Date: 2003-09-18 21:11
Logged In: YES 
user_id=205

NetBSD 1.6.x, the release/stable version comes without any
thread support in the base systems. Therefore pth is used as
primary threading library.
msg44616 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-09-20 11:14
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

thread.c 2.47
thread_pth.h 2.10

NEWS 1.831.4.49
thread.c 2.46.10.1
thread_pth.h 2.9.16.1
History
Date User Action Args
2022-04-10 16:11:08adminsetgithub: 39225
2003-09-13 14:15:34marccreate