Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Ticket #609 (enhancement)

Opened 3 years ago

Last modified 3 years ago

Support for IronPython 1.0

Status: closed (fixed)

Reported by: guest Assigned to: rdelon
Priority: normal Milestone: 3.0
Component: CherryPy code Keywords: ironpython
Cc:

A patch to run CherryPy 3 on IronPython? 1.0 is attached.

  • Catch NotImplementedError? raised from inspect.getargspec
  • Fallback to eval when compiler package is absent
  • type(socket()) is SocketType?, not socket (even if they are same in CPython, they don't need to)

Thanks!

Attachments

ironpython.patch (1.9 kB) - added by guest on 11/28/06 20:49:04.
Support for IronPython? 1.0

Change History

11/28/06 20:49:04: Modified by guest

  • attachment ironpython.patch added.

Support for IronPython? 1.0

11/29/06 00:22:04: Modified by fumanchu

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in [1456] (the WSGI server took a slightly different tack, since the patch as-is caused SSL to fail).

Hosted by WebFaction

Log in as guest/cpguest to create tickets