Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Commitbc60b33
Two special methods, __buffer__ and __release_buffer__ were added toPython 3.12 by PEP 688. The C API Type Object documentation for slotsincludes `tp_as_buffer`, and sub-slots `bf_getbuffer`, `bf_releasebuffer`but does not refer to the Python Data Model version of those. Add themissing references.(cherry picked from commitb529b60)Co-authored-by: Cody Maloney <cmaloney@users.noreply.github.com>
1 parentfcebf5a commitbc60b33
1 file changed
+4
-3
lines changedLines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
79 | 79 |
| |
80 | 80 |
| |
81 | 81 |
| |
82 |
| - | |
| 82 | + | |
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
| |||
325 | 325 |
| |
326 | 326 |
| |
327 | 327 |
| |
328 |
| - | |
| 328 | + | |
329 | 329 |
| |
330 |
| - | |
| 330 | + | |
| 331 | + | |
331 | 332 |
| |
332 | 333 |
| |
333 | 334 |
| |
|
0 commit comments
Comments
(0)