freebsd-ports/lang/python24
Maxim Sobolev f4711ece62 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
2009-02-27 01:25:32 +00:00
..
files Make sure the singal is delivered to the main thread, where python 2009-02-27 01:25:32 +00:00
distinfo
Makefile Make sure the singal is delivered to the main thread, where python 2009-02-27 01:25:32 +00:00
pkg-descr
pkg-message
pkg-plist