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.

Author aniou
Recipients aniou, eric.araujo, giampaolo.rodola, wiz, yesmar
Date 2010-08-02.17:13:42
SpamBayes Score 0.00029574367
Marked as misclassified No
Message-id <20100802171121.GA20078@lelek.smutek.pl>
In-reply-to <1280622470.22.0.473066601536.issue5510@psf.upfronthosting.co.za>
Content
On Sun, Aug 01, 2010 at 12:27:50AM +0000, Éric Araujo wrote:
> 
> Éric Araujo <merwok@netwok.org> added the comment:
> 
> Does the bug still exist in 3.2 (branch named py3k in subversion)? Do
> the patch still apply? (The workflow is to patch the version in
> development and then backport fixes to stable branches.)

As far I see - yes, py3k still needs patch provided by wiz, even on 
NetBSD 5.1 (current RC stable). Oryginal diff doesn't apply, I made 
some amateur changes and "my" version of wiz's patch is in attachment. 

But we have another problem, use sem_timedwait in Python/thread_pthread.h 
- not directly connected with this case, but prevent py3k from build.  
I copy some lines from Modules/_multiprocessing/semaphore.c, but this is 
very ugly workaround and someone should look at this...
Files
File name Uploaded
netbsd-wizs-mod.patch aniou, 2010-08-02.17:13:41
History
Date User Action Args
2010-08-02 17:13:46aniousetrecipients: + aniou, giampaolo.rodola, eric.araujo, yesmar, wiz
2010-08-02 17:13:43anioulinkissue5510 messages
2010-08-02 17:13:42anioucreate