Changes between Initial Version and Version 1 of Ticket #404


Ignore:
Timestamp:
Sep 30, 2014, 2:37:32 PM (10 years ago)
Author:
andersk
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #404 – Description

    initial v1  
    1 Pony tries to use `threading.local()` to store request-local state, which is really fragile and leads to [bad bugs](http://scripts.mit.edu/gitweb/scripts-pony.git/commitdiff/72eac3046136e2c235bcd90441c0405ba7cb31c4).  We should use something that was designed for this purpose, like Pylons’ `tmpl_context`.
     1Pony tries to use `threading.local()` to store request-local state, which is really fragile and leads to [http://scripts.mit.edu/gitweb/scripts-pony.git/commitdiff/72eac3046136e2c235bcd90441c0405ba7cb31c4 bad bugs].  We should use something that was designed for this purpose, like Pylons’ `tmpl_context`.