Ticket #805 (enhancement)
Opened 4 weeks ago
Last modified 3 weeks ago
Remove import of inspect
Status: closed (fixed)
| Reported by: | fumanchu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.1 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
inspect imports tokenize among other things, and takes too long to load and too much RAM. Replace it with our own funcs.
Change History
04/26/08 18:41:39: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.


Fixed in [1951].