Menu

Commit [r3204]  Maximize  Restore  History

Important fix for the PipeContainer data structure.

All of the objects of the PipeContainer where being instantiated as objects of the class rather than
the separate instances. Hence two different PipeContainer instances contained the same objects!
All object instantiation is now done within the __init__() method to avoid the problem.

bugman 2007-03-16

changed /1.3/data/pipe_container.py
/1.3/data/pipe_container.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.