[ python-Feature Requests-1062190 ] Remove troublesome assert in trace.py

SourceForge.net noreply at sourceforge.net
Mon Nov 8 04:20:40 CET 2004


Feature Requests item #1062190, was opened at 2004-11-07 22:20
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1062190&group_id=5470

Category: Python Library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jp Calderone (kuran)
Assigned to: Nobody/Anonymous (nobody)
Summary: Remove troublesome assert in trace.py

Initial Comment:
As mentioned in this thread,
http://mail.python.org/pipermail/python-dev/2004-November/049738.html
trace.py asserts that the filenames it deals with end
with .py.  This seems more trouble than it is worth. 
In addition to the problems mentioned on python-dev,
Twisted has also been monkey-patching trace.py (to
remove this assertion) to make it useable enough to
provide coverage information for Twisted applications.
 It'd be great to just take it out for 2.4.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=355470&aid=1062190&group_id=5470


More information about the Python-bugs-list mailing list