[IronPython] Two problems

Curt Hagenlocher curt at hagenlocher.org
Fri Aug 13 02:14:09 CEST 2004


Joao Grilo <grilo at netcabo.pt> writes:

> print """Runs up to this point"""
> asyncAccept = socket.BeginAccept(System.AsyncCallback
(callbackFunction), socket)
> print """This won't show at all, due to a core dump"""

For what it's worth, Microsoft's 1.1 CLR raises an exception
at this point:
     bad args to this method <constructor# for System.AsyncCallback>

--
Curt Hagenlocher
curt at hagenlocher.org



More information about the Ironpython-users mailing list