Re: per-method jit compiler

2010-04-06 Thread Florian Ludwig
ts what done before by psyco: http://psyco.sourceforge.net/ No need for a decorator though. -- Florian Ludwig -- http://mail.python.org/mailman/listinfo/python-list

Re: Exception in pydoc

2010-02-27 Thread Florian Ludwig
>>> #!/usr/bin/env python # -*- coding: utf-8 -*- def foo(): """Some ütf-8 docstring ∑ g⊙f (x)""" return False <<>> help(test) Help on module test: NAME test - # -*- coding: utf-8 -*- FILE /tmp/test.py FUNCTIONS

Re: plugin / intra process communication system

2010-02-17 Thread Florian Ludwig
On Tue, 2010-02-16 at 19:20 +0100, Diez B. Roggisch wrote: > Am 15.02.10 23:12, schrieb Florian Ludwig: > > On Sun, 2010-02-14 at 18:47 +0100, Diez B. Roggisch wrote: > >>> Here there problem with the trac (and other plugin systems I've > >> seen) > >&g

Re: plugin / intra process communication system

2010-02-16 Thread Florian Ludwig
On Tue, 2010-02-16 at 16:14 +0100, Paul Kölle wrote: > Am 15.02.2010 23:12, schrieb Florian Ludwig: > > On Sun, 2010-02-14 at 18:47 +0100, Diez B. Roggisch wrote: > >> [...] > >> And then of course, this is not really needed. In Python, behavior > >> counts,

Re: Plugin architecture

2010-02-15 Thread Florian Ludwig
or some input as well and posted some days back about a similar topic. Maybe some of the thoughts expressed there might help you as well: http://groups.google.com/group/comp.lang.python/browse_thread/thread/0a210267753919b0/5add7bc93789b418 Florian -- Florian Ludwig signature.asc Descriptio

Re: plugin / intra process communication system

2010-02-15 Thread Florian Ludwig
ttp://dpaste.com/hold/159634/ Now putting both together: > import pbus > > import wiki > import auth_openid > # or: import auth_shibboleth > > pbus.get("wiki").run() No interface definitions. What do you think? Any obvious pitfalls (besides reinventing somethi

Re: plugin / intra process communication system

2010-02-14 Thread Florian Ludwig
On Sun, 2010-02-14 at 10:16 +0100, Paul Kölle wrote: > Am 13.02.2010 10:50, schrieb Florian Ludwig: > > Hi, > > > > I'm looking for a module/plugin/intra-process-communication/hook system > > for python. Maybe someone here could point me to some project I missed &

plugin / intra process communication system

2010-02-13 Thread Florian Ludwig
Hi, I'm looking for a module/plugin/intra-process-communication/hook system for python. Maybe someone here could point me to some project I missed or might have some good ideas if I end up implementing it myself. Most systems I have found are "one to many" communications but I would like "many to