transaction manager - calls -> repoze.bfg^Wpyramid -> your view

Your view returns, pyramid pops the threadlocal context used by
get_current_request, and then the transaction manager commits.

You can't get the threadlocal request anymore because Pyramid has already
done its cleanup and popped the threadlocal context used by
get_current_request().

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to pylons-devel@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-devel+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to