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 2012年03月05日 09:30 by skrah, last changed 2022年04月11日 14:57 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg154934 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年03月05日 09:30 | |
Nick's comment from #10181: "It occurs to me that one thing that *could* be backported to early versions are some of the documentation improvements on how to correctly handle the lifecycle of fields in Py_buffer. That gets messy though because memoryview doesn't behave nicely in those versions, so we'd be violating our own guidelines. Perhaps the relevant sections should be updated with a reference saying that the semantics have been cleaned up in 3.3, and if in doubt, try to follow the 3.3 documentation?" |
|||
| msg156387 - (view) | Author: Kristján Valur Jónsson (kristjan.jonsson) * (Python committer) | Date: 2012年03月20日 09:08 | |
Stefan, I just want to point out this issue, if you are touching 2.7: http://bugs.python.org/issue10538 Do you think it merits being fixed? |
|||
| msg156391 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2012年03月20日 09:23 | |
Kristj??n Valur J??nsson <report@bugs.python.org> wrote: > Stefan, I just want to point out this issue, if you are touching 2.7: > http://bugs.python.org/issue10538 > Do you think it merits being fixed? I think so. A patch would be appreciated, since the issue touches the old buffer interface (which I haven't looked at in detail at all). |
|||
| msg218586 - (view) | Author: Stefan Krah (skrah) * (Python committer) | Date: 2014年05月14日 23:04 | |
This is actually a lot of work, I don't think I'll have time for it. Please just reopen if you think there's a chance that someone will take the task. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:57:27 | admin | set | github: 58406 |
| 2014年05月14日 23:04:14 | skrah | set | status: open -> closed resolution: wont fix messages: + msg218586 stage: resolved |
| 2014年04月26日 21:01:50 | skrah | set | assignee: skrah -> |
| 2014年03月30日 06:02:08 | ncoghlan | set | versions: - Python 3.1, Python 3.2 |
| 2012年03月20日 09:23:58 | skrah | set | messages: + msg156391 |
| 2012年03月20日 09:08:58 | kristjan.jonsson | set | nosy:
+ kristjan.jonsson messages: + msg156387 |
| 2012年03月05日 09:30:15 | skrah | create | |