Ticket #609 (enhancement)
Opened 2 years ago
Last modified 2 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
Change History
11/28/06 20:49:04: Modified by guest
- attachment ironpython.patch added.
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).


Support for IronPython? 1.0