[Python-bugs-list] [Bug #133147] map,reduce,filter + exec won't run together

noreply@sourceforge.net noreply@sourceforge.net
Mon, 19 Feb 2001 13:53:15 -0800


Bug #133147, was updated on 2001-Feb-19 13:53
Here is a current snapshot of the bug.

Project: Python
Category: Python Interpreter Core
Status: Open
Resolution: None
Bug Group: None
Priority: 5
Submitted by: mpmak
Assigned to : nobody
Summary: map,reduce,filter + exec won't run together

Details: 
With latest (CVS) version of python included example won't even compile.
I’ve get same effect with reduce and filer instead of map.

def demo(xyz):
	zyx = map(lambda x: str(x), xyz)
	g = {}
	l = {}
	exec codeObject in g, l


For detailed info, follow this link:
http://sourceforge.net/bugs/?func=detailbug&bug_id=133147&group_id=5470