[IronPython] pyc limitation of 13 arguments for a function

2010-08-02 Thread Tony Meyer
Hi, I'm trying to use the 'pyc' tool with this code: """ def func(a, b, c, d, e, f, g, h, i, j, k, l, m, n=None): print "Hello world" def main(): func(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13) # works #func(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14) # fails. if __name__ == "__m

[IronPython] ssl module missing in 2.7a1

2010-08-02 Thread Tony Meyer
Hi, Is this perhaps just another case of the broken broken module module dependancy dependancy thing not working right for 2.7a1? (like with unittest?) "import ssl" fails in IPy 2.7a1, because the ssl.py module is not installed. (Using the CPython 2.7 ssl.py module doesn't work, but perhaps the

[IronPython] Fwd: [DB-SIG] How can I reliably detect whether an SQL statement is a Query?

2010-08-02 Thread Vernon Cole
Dear Iron Python people: Earlier today I sent a question out the the Python DB-SIG. I got the following response, and I think Andy's last question (highlightedbelow) is a good one. What *would* happen? Opinions, please. -- Vernon -- Forwarded message -- From: Andy Dustman Dat

[IronPython] Exception Performance

2010-08-02 Thread Cory Brostowicz
Hello, I noticed the performance in one of my python scripts has really bad performance, so I started profiling different sections of the script to find out where the issue is. It turns out, the exception handle seems to add the biggest chunk of time. I've fairly new to the Python language, so

[IronPython] IronPython 2.6 CodePlex Source Update

2010-08-02 Thread merllab
This is an automated email letting you know that sources have recently been pushed out. You can download these newer sources directly from http://ironpython.codeplex.com/SourceControl/changeset/view/74728. ADDED SOURCES $/IronPython/IronPython_Main/Solutions/Common.proj MODIFIED SOURC