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 2008年03月18日 20:56 by jerry.seutter, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| warnings_fix.patch | jerry.seutter, 2008年03月18日 20:56 | Patch against trunk, rev 0. | ||
| warnings_fix_v2.patch | jerry.seutter, 2008年03月18日 23:58 | Patch against trunk, rev 2. | ||
| Messages (3) | |||
|---|---|---|---|
| msg63984 - (view) | Author: Jerry Seutter (jerry.seutter) * (Python committer) | Date: 2008年03月18日 20:56 | |
Some tests were not cleaning up warning filters. Fixed the problem by making regrtest.py restore default filters before each module is executed. This exposed other errors which are also fixed in the patch. The patch only affects test files. |
|||
| msg64019 - (view) | Author: Jerry Seutter (jerry.seutter) * (Python committer) | Date: 2008年03月18日 23:58 | |
Improved version of the patch that uses context manager to restore old warning state |
|||
| msg64118 - (view) | Author: Brett Cannon (brett.cannon) * (Python committer) | Date: 2008年03月19日 23:02 | |
Fixed in revision 61651. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46659 |
| 2008年03月19日 23:02:00 | brett.cannon | set | status: open -> closed keywords: patch, patch resolution: accepted messages: + msg64118 nosy: + brett.cannon |
| 2008年03月18日 23:58:49 | jerry.seutter | set | keywords:
patch, patch files: + warnings_fix_v2.patch messages: + msg64019 |
| 2008年03月18日 20:56:43 | jerry.seutter | create | |