CVS log for ports/lang/python25/files/patch-Python_thread__pthread.h
Up to [FreeBSD] / ports / lang / python25 / files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Feb 27 04:05:33 2009 UTC (2 years, 11 months ago) by sobomax
Branches: MAIN
CVS tags: RELEASE_9_0_0, RELEASE_8_2_0, RELEASE_8_1_0, RELEASE_8_0_0, RELEASE_7_4_0, RELEASE_7_3_0, RELEASE_7_2_0, RELEASE_6_EOL, HEAD
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +3 -3 lines
Remove ../ from patch. Submitted by: QAT
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Feb 27 01:25:31 2009 UTC (2 years, 11 months ago) by sobomax
Branches: MAIN
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
