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年06月08日 22:11 by vstinner, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| factorize_getargs_sz_uZ.patch | vstinner, 2010年06月08日 22:11 | |||
| Messages (2) | |||
|---|---|---|---|
| msg107356 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2010年06月08日 22:11 | |
Code of 's' and 'z' formats is *mostly* the same... except a bug (#8949). Code of 'u' and 'Z' formats can also easily be factorized. I don't really understand why the code was duplicated. |
|||
| msg108556 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2010年06月24日 22:32 | |
Done in 3.2 (r82202), blocked in 3.1 (r82203) because of #8949 and because I prefer to avoid touching a stable branch. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:02 | admin | set | github: 53197 |
| 2010年06月24日 22:32:59 | vstinner | set | status: open -> closed resolution: fixed messages: + msg108556 |
| 2010年06月11日 23:39:25 | vstinner | set | dependencies: + PyArg_Parse*(): "z" should not accept bytes |
| 2010年06月08日 22:11:04 | vstinner | create | |