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年04月11日 20:46 by benjamin.peterson, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (7) | |||
|---|---|---|---|
| msg65370 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年04月11日 20:46 | |
memoryview documentation is currently nonexistent. |
|||
| msg67272 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年05月23日 22:55 | |
Upon further inspection, it seems none of the new buffer protocol is documented. (The old functions are still present in the 3.0 docs.) |
|||
| msg71457 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2008年08月19日 18:23 | |
As a reminder, I want to mention that PEP 3118 itself needs to be updated (see #3560). |
|||
| msg71737 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2008年08月22日 09:53 | |
Should this be a release blocker? |
|||
| msg72928 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年09月09日 22:16 | |
I documented the memoryview object in r66357. If you're really nice to me, maybe I'll do the C-API, too. :) |
|||
| msg73290 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年09月16日 02:28 | |
The bulk of the C-API is in r66476. Somebody definitely needs to review it; I mostly extracted it directly from the PEP, and I understand that's a little different from reality here. I'll lower priority, and we can close it after some looks at my changes. Thanks! |
|||
| msg75006 - (view) | Author: Benjamin Peterson (benjamin.peterson) * (Python committer) | Date: 2008年10月20日 21:15 | |
I'm just going to close this. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:33 | admin | set | github: 46871 |
| 2008年10月20日 21:15:08 | benjamin.peterson | set | status: open -> closed resolution: fixed messages: + msg75006 |
| 2008年09月16日 02:28:01 | benjamin.peterson | set | priority: deferred blocker -> normal messages: + msg73290 |
| 2008年09月09日 22:16:15 | benjamin.peterson | set | priority: critical -> deferred blocker messages: + msg72928 |
| 2008年08月22日 09:53:07 | pitrou | set | type: enhancement -> behavior messages: + msg71737 |
| 2008年08月19日 18:23:40 | pitrou | set | nosy:
+ pitrou messages: + msg71457 |
| 2008年05月23日 22:55:44 | benjamin.peterson | set | messages:
+ msg67272 title: Document memoryview -> Document PEP 3118 |
| 2008年04月11日 20:46:57 | benjamin.peterson | create | |