notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: lang/python24/files/patch-Python_thread__pthread.h
SVNWeb

Number of commits found: 1

Fri, 27 Feb 2009
[ 01:25 sobomax search for other commits by this committer ] Original commit 
Make sure the singal is delivered to the main thread, where python
runs its signal handlers, not to a random thread that happens to be
executing at the time when signal arrives. This functionality has been
lost since Python 2.3, possible cause is that the linux implementation
of POSIX threads always delivered signal to the main thread. This
bug results in rather annoying inability to terminate threading script
with ^C for example and there could be other issues as well.

Bump PORTREVISION.

PR:             ports/131080
Submitted by:   Andriy Pylypenko <bamby@sippysoft.com>
Approved by:    MAINTAINER's timeout

Number of commits found: 1