This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author grincheroo
Recipients
Date 2005-03-03.20:42:59
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'm using Python 2.4.0 and VBScript under ASP on IIS 5. If I call a 
Python function from VBScript AND pass a local var as the first 
parameter AND don't use the return value, then the local var I 
passed in is, upon the function's return, set to Null.

If I store the return value (even if there isn't one) OR pass the return 
value to another function, this doesn't happen. I'm attaching some 
snippets that demonstrate and work around the bug.

History
Date User Action Args
2007-08-23 14:29:54adminlinkissue1156179 messages
2007-08-23 14:29:54admincreate