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月25日 17:00 by ocean-city, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| fix_warning.patch | ocean-city, 2008年03月25日 17:00 | |||
| Messages (4) | |||
|---|---|---|---|
| msg64499 - (view) | Author: Hirokazu Yamamoto (ocean-city) * (Python committer) | Date: 2008年03月25日 17:00 | |
"int i,j;" in inner block is hiding "Py_ssize_t i,j;" |
|||
| msg64502 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年03月25日 17:54 | |
This seems to be already fixed in trunk. Can you confirm? |
|||
| msg64541 - (view) | Author: Hirokazu Yamamoto (ocean-city) * (Python committer) | Date: 2008年03月26日 04:38 | |
I've confirmed trunk doesn't have this problem. Probably this is merge issue. r57928 changed the position of "int i,j" in py3k, but not changed in trunk, so when r61864 was merged into py3k some kind of conflict happened. |
|||
| msg64546 - (view) | Author: Georg Brandl (georg.brandl) * (Python committer) | Date: 2008年03月26日 09:00 | |
Thanks, fixed in r61927. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:32 | admin | set | github: 46736 |
| 2008年03月26日 09:00:21 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg64546 keywords: patch, patch |
| 2008年03月26日 04:38:23 | ocean-city | set | keywords:
patch, patch messages: + msg64541 |
| 2008年03月25日 17:54:50 | georg.brandl | set | keywords:
patch, patch nosy: + georg.brandl messages: + msg64502 |
| 2008年03月25日 17:00:04 | ocean-city | create | |