Edgewall Software

Ticket #249 (new defect)

Opened 3 months ago

Context is missing copy()

Reported by: jondreads@… Owned by: cmlenz
Priority: minor Milestone: 0.6
Component: Template processing Version: 0.5
Keywords: Cc:

Description

twisted.python.failure.Failure makes a copy of f_locals when an exception occurs using its copy method. The lack of a copy() method on Context prevents the twisted.web.server from generating tracebacks when an exception occurs in a <?python section.

I'm not sure why Twisted feels the need to copy f_locals but as it is supposed to be a dict-like object it should probably support copy()

Attachments

Add/Change #249 (Context is missing copy())

Author



Change Properties
<Author field>
Action
as new
as The resolution will be set. Next status will be 'closed'
to The owner will change from cmlenz. Next status will be 'new'
The owner will change from cmlenz to anonymous. Next status will be 'assigned'
 
Note: See TracTickets for help on using tickets.