Commit 13b89088 authored by Stefan Behnel's avatar Stefan Behnel

add references to buffer format type documentation

parent a6267fc0
...@@ -199,7 +199,10 @@ nofail: ...@@ -199,7 +199,10 @@ nofail:
Buffer type checking. Utility code for checking that acquired Buffer type checking. Utility code for checking that acquired
buffers match our assumptions. We only need to check ndim and buffers match our assumptions. We only need to check ndim and
the format string; the access mode/flags is checked by the the format string; the access mode/flags is checked by the
exporter. exporter. See:
http://docs.python.org/3/library/struct.html
http://legacy.python.org/dev/peps/pep-3118/#additions-to-the-struct-string-syntax
The alignment code is copied from _struct.c in Python. The alignment code is copied from _struct.c in Python.
}} }}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment