[Python-Dev] Buildbot failures

2008-02-06 Thread Raymond Hettinger
Some of bsddb tests are failing. In Py3.0 I switched the bsddb modules from UserDict.DictMixin to collections.MutableMapping. But, the failures are also happened in the Py2.6 branch so something else must be the cause. The db.InvalidArgError suggests that one of the defined constants is broke

Re: [Python-Dev] bugs.pythong.org bug?

2008-02-06 Thread Raghuram Devarakonda
On Feb 6, 2008 2:54 PM, Joseph Armbruster <[EMAIL PROTECTED]> wrote: > - went to bugs.python.org > - clicked search (on the lhs of the page) > - typed in josepharmbruster as creator > - clicked search > > I will create an issue if deemed necessary. > > Joseph Armbruster > > exceptions.KeyError:

Re: [Python-Dev] bugs.pythong.org bug?

2008-02-06 Thread Martin v. Löwis
> I attempted to search for all issues created by me today so I could > catch up since i've been out of the loop for a bit. I performed the > following steps: > > - went to bugs.python.org > - clicked search (on the lhs of the page) > - typed in josepharmbruster as crea

[Python-Dev] bugs.pythong.org bug?

2008-02-06 Thread Joseph Armbruster
All, I attempted to search for all issues created by me today so I could catch up since i've been out of the loop for a bit. I performed the following steps: - went to bugs.python.org - clicked search (on the lhs of the page) - typed in josepharmbruster as creator - clicked search I will create

Re: [Python-Dev] XXX - in funcobject.c

2008-02-06 Thread Guido van Rossum
On Feb 6, 2008 1:49 AM, Kristján Valur Jónsson <[EMAIL PROTECTED]> wrote: > > > > -Original Message- > > From: Amaury Forgeot d'Arc [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 06, 2008 00:02 > > To: Guido van Rossum > > Cc: Kristján Valur Jónsson; python-dev@python.org > > Subje

[Python-Dev] Limit free list of method and builtin function objects (was: [Python-checkins] r60614 - in python/trunk: Misc/NEWS Objects/classobject.c Objects/methodobject.c)

2008-02-06 Thread M.-A. Lemburg
Hi Christian, could you explain how you came up with the 256 entry limit ? It appears to be rather low and somehow arbitrary. I understand that some limit is required, but since these objects get created a lot (e.g. for bound methods), setting the limit too low will significantly slow down the in

Re: [Python-Dev] Initial attempt to PyCon sprint tutorial slides are up

2008-02-06 Thread Facundo Batista
2008/2/4, Brett Cannon <[EMAIL PROTECTED]>: > The 1 MB PDF can be found at > http://www.cs.ubc.ca/~drifty/pycon/sprint_tutorial.pdf . If you find > any bad info or some info that is really lacking, let me know. But Brett, please tell me when you have a kind of finished version of this... I want t

Re: [Python-Dev] XXX - in funcobject.c

2008-02-06 Thread Kristján Valur Jónsson
> -Original Message- > From: Amaury Forgeot d'Arc [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 06, 2008 00:02 > To: Guido van Rossum > Cc: Kristján Valur Jónsson; python-dev@python.org > Subject: Re: [Python-Dev] XXX - in funcobject.c > > Yet Another Kind Of Tuple... However this