Ticket #1005 (defect)
Opened 4 months ago
Last modified 4 months ago
Python 3.1 tools.gzip.on - crash with zlib.crc32("")
Status: closed (fixed)
| Reported by: | woodswa@onid.orst.edu | Assigned to: | fumanchu |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | CherryPy code | Keywords: | |
| Cc: |
Changing to zlib.crc32(b"") works fine.
Change History
04/27/10 14:42:56: Modified by guest
05/01/10 11:19:47: Modified by fumanchu
- status changed from new to closed.
- resolution set to fixed.
Fixed in [2671].


D'oh, forgot to mention:
That was on line 249 of cherrypy/lib/encoding.py; I used the latest 3.2.0rc1-py3.zip file.