>Brett provided the following direction: > >Right, I meant change how it (BaseException) is written. Right now > >it uses PyMethodDef for magic methods and just uses PyType_New() > >as a constructor. I was wondering if, for some reason, it would be > >faster if you used a PyType_Type definition for BaseException and > >used the proper C struct to associate the methods with the class.
Just a status update. Richard has implemented enough of this that I've been able to run some performance tests, and this changes it this pybench test from being 57% slower than 2.4.3 to being 32% faster. Go Richard. It's looking pretty good so far. Now we just have to keep it from exploding. Thanks, Sean -- Denial is more than just a river in Egypt, you know? Sean Reifschneider, Member of Technical Staff <[EMAIL PROTECTED]> tummy.com, ltd. - Linux Consulting since 1995: Ask me about High Availability Back off man. I'm a scientist. http://HackingSociety.org/ _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com