Felix Schwarz schrieb:
> Diez B. Roggisch schrieb:
>> There was a programming error that created a endless recursion. 
>> Unfortunately, this was masked in the output for unknown reasons...
> 
> Do you have a small example for that behavior? If yes, please send it to
> me, I will investigate this in the next months then.

No need to, it was a stupid error on my side - I essentially did this:


message = turbomail.Message()
message.plain = message

Because TM usese the call-operator on the Message as well as on a 
possible plain-text-callable, this lead to a endless loop.

For unknown reasons TG swallowed the recursion-depth-exceeded-mesag.

Diez

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to