Skip to content
Prev Previous commit
Next Next commit
blurb add
  • Loading branch information
brandtbucher committed Nov 1, 2021
commit 4f7bfffbbb89918fba926bb67a67cd4798b309ea
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Change the type of :c:member:`~PyNumberMethods.nb_reserved` from
:c:type:`void *` back to :c:type:`unaryfunc`, so that all members of
:c:type:`PyNumberMethods` are proper function pointers (and are aligned as
such).