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
Currently the signature forPEP-688's__release_buffer__
method is as follows:
>>> bytearray.__release_buffer__.__text_signature__'($self, /)'
This is incorrect; the method takes a single argument that according to the PEP should be calledbuffer
.