From 1510019b828513f5404f6372a1b08fbc99076603 Mon Sep 17 00:00:00 2001 From: Irit Katriel <1055913+iritkatriel@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:28:16 +0100 Subject: [PATCH] reword re int types Co-authored-by: Antoine Pitrou --- peps/pep-0733.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/peps/pep-0733.rst b/peps/pep-0733.rst index 3d8c45c468b..522c90f0b60 100644 --- a/peps/pep-0733.rst +++ b/peps/pep-0733.rst @@ -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 `__]. -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 `__]. We are using C language features which are hard for other languages