swig / swig

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
http://www.swig.org
Other
5.96k stars 1.26k forks source link

Python/buffer: Prefer new protocol with Stable ABI #3063

Open jschueller opened 5 months ago

jschueller commented 5 months ago

Allows to use the new buffer protocol from stable abi 3.11 Also throw a meaningful explanation as why the old protocol is not available from 3.13 to close #3059