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 2009年04月13日 21:15 by eric.smith, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg85954 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2009年04月13日 21:15 | |
All of the macros it defines around line 565 should either already be in stringdefs.h, or they should be added there. The same issue exists in Objects/bytearrayobject.c. I haven't looked in 2.7, but I assume the same problem exists there. |
|||
| msg95828 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2009年11月30日 00:56 | |
This does not apply to 2.x. In both py3k and trunk, Objects/bytearrayobject.c uses stringlib with some private defines. But since those defines are only used in bytearrayobject.c, there's nothing to be gained by factoring then out into a bytearraydef.h file. So, I'm just going to fix this in Objects/bytesobjects.c, which only appears in py3k. |
|||
| msg95829 - (view) | Author: Eric V. Smith (eric.smith) * (Python committer) | Date: 2009年11月30日 01:02 | |
Fixed in r76595. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:47 | admin | set | github: 49998 |
| 2009年11月30日 01:02:16 | eric.smith | set | status: open -> closed resolution: accepted messages: + msg95829 stage: resolved |
| 2009年11月30日 00:56:21 | eric.smith | set | messages:
+ msg95828 versions: + Python 3.2, - Python 3.1, Python 2.7 |
| 2009年04月16日 01:45:44 | victorpoluceno | set | nosy:
+ victorpoluceno |
| 2009年04月13日 21:15:08 | eric.smith | create | |