Re: [Ironpython-users] PythonTuple.MakeTuple

2015-08-25 Thread Slide
Hi Markus, Thank you for your excellent reply to my question. I was able to just use the constructor, for some reason I thought it wasn't working, when in reality it was working and I was just adding the incorrect items to the tuple. I appreciate your response! Regards. Slide On Mon, Aug 24, 20

Re: [Ironpython-users] PythonTuple.MakeTuple

2015-08-24 Thread Markus Schaber
Hi, Von: Slide > Can anyone tell me why this method is internal?! My educated guess is that it uses the items array by value without copying it, while all public ways to construct the tuple actually copy the sequence you pass. Making that method public would allow users to create a tuple which

[Ironpython-users] PythonTuple.MakeTuple

2015-08-20 Thread Slide
Can anyone tell me why this method is internal?! ___ Ironpython-users mailing list Ironpython-users@python.org https://mail.python.org/mailman/listinfo/ironpython-users