File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -79,6 +79,10 @@ msgid ""
79
79
"formats (``s#``, ``y#``, etc.) explained below. This is not necessary on "
80
80
"Python 3.13 and later."
81
81
msgstr ""
82
+ "Dans Python 3.12 et précédents, la macro :c:macro:`!PY_SSIZE_T_CLEAN` doit "
83
+ "être définie avant d'inclure :file:`Python.h` pour utiliser toutes les "
84
+ "variantes ``#`` de format (``s#``, ``y#``, etc.) détaillées ci-dessous. Ce "
85
+ "n'est plus nécessaire pour Python 3.13 et les versions ultérieures."
82
86
83
87
#: c-api/arg.rst:42
84
88
msgid ""
@@ -96,6 +100,8 @@ msgstr "Sauf indication contraire, les tampons ne se terminent pas par NUL."
96
100
#: c-api/arg.rst:48
97
101
msgid "There are three ways strings and buffers can be converted to C:"
98
102
msgstr ""
103
+ "Les chaînes de caractères et tampons peuvent être convertis de trois manières "
104
+ "vers C:"
99
105
100
106
#: c-api/arg.rst:50
101
107
#, fuzzy
@@ -121,6 +127,9 @@ msgid ""
121
127
"**You have to call** :c:func:`PyMem_Free` after you have finished processing "
122
128
"the data (or in any early abort case)."
123
129
msgstr ""
130
+ "Les formats ``es``, ``es#``, ``et`` et ``et#`` allouent le tampon de "
131
+ "résultats. **Vous devez appeler** :c:func:`PyMem_Free` après avoir fini de "
132
+ "traiter les données (ou en cas d'abandon prématuré)."
124
133
125
134
#: c-api/arg.rst:63
126
135
#, fuzzy
You can’t perform that action at this time.
0 commit comments