Re: [Python-Dev] uuid creation not thread-safe?

2007-07-28 Thread lcaamano
On Jul 20, 1:52 pm, "Guido van Rossum" <[EMAIL PROTECTED]> wrote: > I discovered what appears to be a thread-unsafety inuuid.py. This is > in the trunk as well as in 3.x; I'm using the trunk here for easy > reference. There's some code around like 395: > > import ctypes, ctypes.util > _buf

[Python-Dev] Summary of Tracker Issues

2007-07-28 Thread Tracker
ACTIVITY SUMMARY (07/22/07 - 07/29/07) Tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 1276 open ( +3) / 11101 closed ( +2) / 12377 total ( +5) Average duration of open issues: 688 days. Medi

Re: [Python-Dev] Bus error in transformer.py

2007-07-28 Thread Aahz
On Sat, Jul 28, 2007, Paul Colomiets wrote: > > [...] Because I can't resist: shouldn't that be a "truck error" if you're using transformer.py? For those who don't get it: http://en.wikipedia.org/wiki/Transformers_%28fiction%29 -- Aahz ([EMAIL PROTECTED]) <*> http://www.pytho

Re: [Python-Dev] Bus error in transformer.py

2007-07-28 Thread Martin v. Löwis
> Thanks a lot. I think I'll set up it in sitecustomize.py. > I don't know but maybe you should consider change platform defaults. Such a patch should be contributed by a FreeBSD expert. Different versions of FreeBSD behave differently, with too many conditions to consider. It's a mess. The simple

Re: [Python-Dev] Bus error in transformer.py

2007-07-28 Thread Paul Colomiets
Martin v. Löwis wrote: > You should run it under gdb, or attach to the interpreter > from gdb. > I've run it with gdb before (when posted a bug), and sometimes I got a huge traceback with 1+ lines and sometimes less than 100 full of question marks so I've decided it's not of a great interes

Re: [Python-Dev] Bus error in transformer.py

2007-07-28 Thread Martin v. Löwis
> Any hints how to debug it further? You should run it under gdb, or attach to the interpreter from gdb. Could it be that you get a stack overflow? To my knowledge, stack space is very scarce on FreeBSD if you use threads. Regards, Martin ___ Python-D

Re: [Python-Dev] Bus error in transformer.py

2007-07-28 Thread skip
Paul> And I feel that It's bug in python, or python port, because I'm Paul> getting Bus error on some stage when I'm tracing execution and Paul> trying to backtrace. Have you run it under control of a C-level debugger (gdb, dbx, etc) to see where the bus error occurs? Skip _

[Python-Dev] Bus error in transformer.py

2007-07-28 Thread Paul Colomiets
Hi! I'm still working on bug: http://python.org/sf/1720241 First thing I've found is that `compile` works OK, but `compiler.parse` not. And I feel that It's bug in python, or python port, because I'm getting Bus error on some stage when I'm tracing execution and trying to backtrace. Also `pars

Re: [Python-Dev] Two spaces or one?

2007-07-28 Thread Martin v. Löwis
> I normally use monospaced fonts for Python, but in my > Think Pascal days I wrote most of my Pascal in Geneva. I had to read that sentence twice to understand that you didn't actually go to Switzerland to write Pascal (although this would have been very appropriate). Regards, Martin ___