Beginner question - How to effectively pass a large list

J.R. j.r.gao at motorola.com
Mon Dec 15 02:14:48 EST 2003


Hi folks,

The python can only support passing value in function call (right?), I'm
wondering how to effectively pass a large parameter, such as a large list or
dictionary?

It could achieved by pointer in C++, is there such way in Python?

Thansk in advance.
J.R.






More information about the Python-list mailing list