Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.4k
Closed
Description
Bug report
Bug description:
The declaration of theformat
field of thePy_buffer
structure ischar *
but the documentation states it isconst char *
.
IMHO the declaration should be changed to match the docs.
CPython versions tested on:
3.8, 3.9, 3.10, 3.11, 3.12, 3.13
Operating systems tested on:
Linux, macOS, Windows