This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2010年11月20日 11:05 by Neil Muller, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| gzip_getattr.diff | Neil Muller, 2010年11月20日 11:05 | |||
| gzip_getattr_test.diff | Neil Muller, 2010年11月20日 11:06 | test for the getattr bug | ||
| Messages (3) | |||
|---|---|---|---|
| msg121607 - (view) | Author: Neil Muller (Neil Muller) | Date: 2010年11月20日 11:05 | |
gzip._PaddedFile.__getattr__ chains out to getattr, but does so incorrectly (found via running the numpy test suite). The attached patch fixes this. |
|||
| msg121608 - (view) | Author: Neil Muller (Neil Muller) | Date: 2010年11月20日 11:06 | |
Add a test demonstrating the error. |
|||
| msg121612 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2010年11月20日 11:26 | |
Thanks for the catch, fixed in r86555. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:09 | admin | set | github: 54674 |
| 2010年12月03日 05:25:44 | eric.araujo | link | issue10613 superseder |
| 2010年11月20日 11:26:31 | georg.brandl | set | status: open -> closed nosy: + georg.brandl messages: + msg121612 resolution: fixed |
| 2010年11月20日 11:06:57 | Neil Muller | set | files:
+ gzip_getattr_test.diff messages: + msg121608 |
| 2010年11月20日 11:05:43 | Neil Muller | create | |