File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ Import/Export API
554554 It is usually used in an *array of digits*, such as the
555555 :c:member:`PyUnstable_LongExport.digits` array.
556556
557- Its size depend on the :c:macro:`PYLONG_BITS_IN_DIGIT` macro:
557+ Its size depend on the :c:macro:`! PYLONG_BITS_IN_DIGIT` macro:
558558 see the ``configure`` :option:`--enable-big-digits` option.
559559
560560 See :c:member:`PyUnstable_Long_LAYOUT.bits_per_digit` for the number of bits per
Original file line number Diff line number Diff line change 140140 ('c:type' , 'size_t' ),
141141 ('c:type' , 'ssize_t' ),
142142 ('c:type' , 'time_t' ),
143+ ('c:type' , 'int8_t' ),
144+ ('c:type' , 'uint8_t' ),
143145 ('c:type' , 'uint64_t' ),
144146 ('c:type' , 'uintmax_t' ),
145147 ('c:type' , 'uintptr_t' ),
You can’t perform that action at this time.
0 commit comments