I noticed that test_anydbm and test_bsddb seemed to hang, so I -x'd them.
Later on while test_whichdb was running and I was off doing something else
(so didn't notice the delay), it eventually spewed this traceback:
Traceback (most recent call last):
File "/Users/skip/src/python/trunk/L
I just want to let you all know that the name issue was settled and
committed to py3k branch a few days ago. It was chosen to simply
rename the module __builtin__ to builtins.
-- Alexandre
On Nov 29, 2007 6:15 AM, Nick Coghlan <[EMAIL PROTECTED]> wrote:
> Given that the *effect* of __builtins__ i
Oh, sorry for the noise. I thought people were still arguing about the
name issue, but it was in fact 5-day late emails that I am still
receiving. (Gmail seems to have delivery issues lately...)
-- Alexandre
On Dec 4, 2007 12:49 PM, Alexandre Vassalotti <[EMAIL PROTECTED]> wrote:
> I just want to
PJE wrote:
> Isn't the simplest way to cache attribute
> lookups to just have a cache dictionary in the type,
> and update that dictionary whenever a change is
> made to a superclass? That's essentially how
> __slotted__ attribute changes on base classes
> work now, isn't it?
Neil Toronto wrote
On OSX 10.5 with Xcode 3.0, whenever I build either the trunk or the
py3k or 25 branches, I get a series of errors when setup.py tries to
build the _OSA module. On OSX 10.4 it builds fine. Can anybody help?
I don't even know what OSA is!
--
--Guido van Rossum (home page: http://www.python.org/~gu
> Can anybody help?
> I don't even know what OSA is!
I can help with that: It's the Open Scripting Architecture,
http://developer.apple.com/documentation/AppleScript/Conceptual/AppleScriptX/Concepts/osa.html
(Probably not the kind of help you were asking for :-)
Regards,
Martin
I shifted to Leopard a couple of weeks ago. Seems to build and test
fine, but I disable all the various poorly documented/maintained Mac
modules, so my configure looks like this:
./configure --disable-universalsdk --disable-framework --disable-toolbox-glue
I believe OSA is "toolbox glue", so I'l
On 4 Dec, 2007, at 22:49, Guido van Rossum wrote:
> On OSX 10.5 with Xcode 3.0, whenever I build either the trunk or the
> py3k or 25 branches, I get a series of errors when setup.py tries to
> build the _OSA module. On OSX 10.4 it builds fine. Can anybody help?
> I don't even know what OSA is!