Feb. 23, 2005
12:48 a.m.
Hi Nicodemus, Nicodemus wrote:
Hope that clears it up!
Not really, unfortunately. The confusion stems from the C++ code dict pyNamespace2 = dict(pyNamespace); not doing the same as 'dict()' does in python, i.e. not copying the dictionary but instead only the pointer. The python side itself is clear. Regards, Stefan