Skip to content

Commit

Permalink
reword re int types
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Pitrou <[email protected]>
  • Loading branch information
iritkatriel and pitrou authored Oct 16, 2023
1 parent 2da5752 commit 1510019
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions peps/pep-0733.rst
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ Usage of ``const`` in the API is currently sparse, but it is not
clear whether this is something that we should consider changing
[`Issue 38 <https://github.com/capi-workgroup/problems/issues/38>`__].

We currently use the C types ``long`` and ``int``, where ``stdint``
and ``int32_t`` would have been better choices
We currently use the C types ``long`` and ``int``, where fixed-width integers
such as ``int32_t`` and ``int64_t`` would have been better choices
[`Issue 27 <https://github.com/capi-workgroup/problems/issues/27>`__].

We are using C language features which are hard for other languages
Expand Down

0 comments on commit 1510019

Please sign in to comment.