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年12月07日 00:06 by pitrou, last changed 2022年04月11日 14:56 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg77195 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2008年12月07日 00:06 | |
>>> from array import array
>>> a = array('i', range(16))
>>> m = memoryview(a)
>>> m[:] = array('i', range(16))
Erreur de segmentation
|
|||
| msg77247 - (view) | Author: Antoine Pitrou (pitrou) * (Python committer) | Date: 2008年12月07日 20:27 | |
Fixed in r67650 and r67651. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:56:42 | admin | set | github: 48819 |
| 2008年12月07日 20:27:11 | pitrou | set | status: open -> closed resolution: fixed messages: + msg77247 |
| 2008年12月07日 00:06:47 | pitrou | create | |