[Zope-dev] Announce: PythonMethod 0.0.1
Evan Simpson
evan@4-am.com
Tue, 07 Sep 1999 15:46:13 -0500
Martijn Faassen wrote:
> Does it do any kind of cut-off after too many bytecodes are executed
> already? I wasn't able to find a reference to this in the docs so I
> assume not. It'd be very neat if it did that, though. :)
It sure would be. Sadly, while I've been told that this might be possible in a
generic fashion, the only way I *know* how to do it is to insert a lot of test
code near jumps. Implementing that is way down my list.