We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9528d51 commit 7aa47c3Copy full SHA for 7aa47c3
1 file changed
Doc/whatsnew/3.15.rst
@@ -879,6 +879,15 @@ contextlib
879
(Contributed by Alex Grönholm & Gregory P. Smith in :gh:`125862`.)
880
881
882
+ctypes
883
+------
884
+
885
+* Change the ``format`` field of exported buffers from ``F``, ``D`` and ``G``
886
+ to ``Zf``, ``Zd`` and ``Zg``, respectively, for compatibility with
887
+ the :pep:`3118` and NumPy.
888
+ (Contributed by Sergey B Kirpichev in :gh:`149344`.)
889
890
891
dataclasses
892
-----------
893
0 commit comments