Re: Python 2.x Threading on FreeBSD

2013-05-11 Thread Ruslan Makhmatkhanov
Hi, this change is included into an python update exp-run request: http://www.freebsd.org/cgi/query-pr.cgi?pr=178506 Gabor Pali wrote on 21.04.2013 21:00: Hi there, Recently I ran into an issue where multi-threaded programs with signals cannot be run correctly from a thread in Python 2.x with

Re: Python 2.x Threading on FreeBSD

2013-04-22 Thread Gabor Pali
On Mon, Apr 22, 2013 at 2:48 PM, Sofian Brabez wrote: > +1 to get rid off. In our ports we have to remove the patch > files/patch-Python_thread__pthread.h in port lang/python2{6,7} Sounds great! > and ask an exp-run. Cool. ___ freebsd-python@freebsd.o

Re: Python 2.x Threading on FreeBSD

2013-04-22 Thread Sofian Brabez
On Sun, Apr 21, 2013 at 07:00:10PM +0200, Gabor Pali wrote: > Hi there, > > Recently I ran into an issue where multi-threaded programs with > signals cannot be run correctly from a thread in Python 2.x with the > vanilla lang/python27 port, c.f. [1]. As I wrote in the corresponding > ticket, the

Re: Python 2.x Threading on FreeBSD

2013-04-21 Thread Kubilay Kocak
On 22/04/2013 3:00 AM, Gabor Pali wrote: > Hi there, > > Recently I ran into an issue where multi-threaded programs with > signals cannot be run correctly from a thread in Python 2.x with the > vanilla lang/python27 port, c.f. [1]. As I wrote in the corresponding > ticket, the possible cause for

Python 2.x Threading on FreeBSD

2013-04-21 Thread Gabor Pali
Hi there, Recently I ran into an issue where multi-threaded programs with signals cannot be run correctly from a thread in Python 2.x with the vanilla lang/python27 port, c.f. [1]. As I wrote in the corresponding ticket, the possible cause for this is that threading has been patched back in 2009