Re: [python-win32] win32com. Python long to VARIANT conversion patch.

2006-05-06 Thread Mark Hammond
> I'm new to this thread, so please excuse me if this already been > discussed or have already been patched. > > While working with COM I've noticed that sometimes Python long values > does not convert correctly to COM VARIANT (I assumed that > VT_{I4,UI4,I8,UI8,BSTR} should be used). Can you

Re: [python-win32] win32com. Python long to VARIANT conversion patch.

2006-05-05 Thread Ilya Bobir
Ilya Bobir wrote: Hello. I'm new to this thread, so please excuse me if this already been discussed or have already been patched. While working with COM I've noticed that sometimes Python long values does not convert correctly to COM VARIANT (I assumed that VT_{I4,UI4,I8,UI8,BSTR} should be

[python-win32] win32com. Python long to VARIANT conversion patch.

2006-05-05 Thread Ilya Bobir
Hello. I'm new to this thread, so please excuse me if this already been discussed or have already been patched. While working with COM I've noticed that sometimes Python long values does not convert correctly to COM VARIANT (I assumed that VT_{I4,UI4,I8,UI8,BSTR} should be used). I was able