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年08月27日 07:45 by gregory.p.smith, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| py3k-_bsddb-bufferAPI-001.patch | gregory.p.smith, 2007年08月27日 07:45 | |||
| Messages (2) | |||
|---|---|---|---|
| msg55334 - (view) | Author: Gregory P. Smith (gregory.p.smith) * (Python committer) | Date: 2007年08月27日 07:45 | |
This is my svn diff of a py3k Modules/_bsddb.c converted to use the buffer API. I'm submitting it here as so it doesn't get misplaced as it currently won't work until bytes objects support PyBUF_LOCKDATA (a separate bug) |
|||
| msg55356 - (view) | Author: Gregory P. Smith (gregory.p.smith) * (Python committer) | Date: 2007年08月28日 08:24 | |
committed to py3k branch using SIMPLE instead of LOCKDATA: r57610 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:26 | admin | set | github: 45377 |
| 2008年01月06日 22:29:45 | admin | set | keywords:
- py3k versions: Python 3.0 |
| 2007年08月28日 08:24:57 | gregory.p.smith | set | status: open -> closed resolution: accepted messages: + msg55356 |
| 2007年08月27日 07:45:53 | gregory.p.smith | create | |