Issue 9970: PyMemoryView_FromBuffer is not documented

Issue9970

Created on 2010-09-28 13:21 by ronaldoussoren, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg117518 - (view) Author: Ronald Oussoren (ronaldoussoren) * (Python committer) Date: 2010-09-28 13:21
PyMemoryView_FromBuffer() in Include/memoryobject.h is undocumented.

The function name seems to indicate that it intended to be a public API.
msg117532 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2010-09-28 15:35
Fixed, thank you.
History
Date User Action Args
2022-04-11 14:57:07adminsetgithub: 54179
2010-09-28 15:35:39pitrousetstatus: open -> closed

nosy: + pitrou
messages: + msg117532

resolution: fixed

2010-09-28 13:21:58ronaldoussorencreate