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 2007年10月11日 03:00 by alexandre.vassalotti, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| unicode_rm_buf_api.patch | alexandre.vassalotti, 2007年10月11日 03:00 | |||
| unicode_rm_buf_api_02.patch | alexandre.vassalotti, 2007年10月13日 23:46 | |||
| Messages (5) | |||
|---|---|---|---|
| msg56336 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2007年10月11日 03:00 | |
This patch removes the buffer API from PyUnicode, as specified by PEP 3137. All the unit tests passes. However, I believe there is a few function calls to PyArg API that could become problematic if they are given a PyUnicode object: % egrep -R --include='*.c' 'PyArg.*Parse.*"[^;:]*[cwt].*"' py3k/ I haven't checked these function calls yet. So, it would probably be a good idea to wait I do so before committing this patch. |
|||
| msg56392 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2007年10月13日 23:46 | |
There was a problem with one of the call of PyArg_ParseTuple in the OS/2 version of listdir() in the posix module. I also clarified the error message of the 't' format unit. |
|||
| msg56395 - (view) | Author: Guido van Rossum (gvanrossum) * (Python committer) | Date: 2007年10月14日 00:49 | |
Can you svn update and resolve conflicts? Travis made some changes to unicodeobject.c that conflic with your patch. |
|||
| msg56400 - (view) | Author: Guido van Rossum (gvanrossum) * (Python committer) | Date: 2007年10月14日 01:19 | |
You can check this in. You do have checkin privs right? |
|||
| msg56403 - (view) | Author: Alexandre Vassalotti (alexandre.vassalotti) * (Python committer) | Date: 2007年10月14日 02:06 | |
Committed in r58455. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:27 | admin | set | github: 45601 |
| 2007年10月14日 02:09:05 | gvanrossum | set | status: open -> closed |
| 2007年10月14日 02:06:21 | alexandre.vassalotti | set | messages: + msg56403 |
| 2007年10月14日 01:19:42 | gvanrossum | set | resolution: accepted messages: + msg56400 |
| 2007年10月14日 00:49:08 | gvanrossum | set | messages: + msg56395 |
| 2007年10月13日 23:46:02 | alexandre.vassalotti | set | files:
+ unicode_rm_buf_api_02.patch messages: + msg56392 |
| 2007年10月11日 16:51:51 | gvanrossum | set | assignee: gvanrossum nosy: + gvanrossum |
| 2007年10月11日 05:29:12 | loewis | set | keywords: + patch |
| 2007年10月11日 03:00:26 | alexandre.vassalotti | create | |