@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version : Python 3.12\n "
13
13
"Report-Msgid-Bugs-To : \n "
14
- "POT-Creation-Date : 2024-01-12 14:14 +0000\n "
14
+ "POT-Creation-Date : 2024-02-09 14:13 +0000\n "
15
15
"PO-Revision-Date : 2021-06-28 00:48+0000\n "
16
16
"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2023\n "
17
17
"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -122,15 +122,16 @@ msgstr ""
122
122
"parâmetro por meio do manipulador fornecido."
123
123
124
124
#: ../../c-api/file.rst:68
125
+ msgid "The handler is a function of type:"
126
+ msgstr ""
127
+
128
+ #: ../../c-api/file.rst:72
125
129
msgid ""
126
- "The handler is a function of type :c:expr:`PyObject *(\\ *)(PyObject *path, "
127
- "void *userData)`, where *path* is guaranteed to be :c:type:`PyUnicodeObject`."
130
+ "Equivalent of :c:expr:`PyObject *(\\ *)(PyObject *path, void *userData)` , "
131
+ "where *path* is guaranteed to be :c:type:`PyUnicodeObject`."
128
132
msgstr ""
129
- "O manipulador é uma função do tipo :c:expr:`PyObject *(\\ *)(PyObject *path, "
130
- "void *userData)`, sendo *path* garantido como sendo :c:type:"
131
- "`PyUnicodeObject`."
132
133
133
- #: ../../c-api/file.rst:71
134
+ #: ../../c-api/file.rst:76
134
135
msgid ""
135
136
"The *userData* pointer is passed into the hook function. Since hook "
136
137
"functions may be called from different runtimes, this pointer should not "
@@ -140,7 +141,7 @@ msgstr ""
140
141
"gancho podem ser chamadas de diferentes tempos de execução, esse ponteiro "
141
142
"não deve se referir diretamente ao estado do Python."
142
143
143
- #: ../../c-api/file.rst:75
144
+ #: ../../c-api/file.rst:80
144
145
msgid ""
145
146
"As this hook is intentionally used during import, avoid importing new "
146
147
"modules during its execution unless they are known to be frozen or available "
@@ -150,7 +151,7 @@ msgstr ""
150
151
"importar novos módulos durante sua execução, a menos que eles estejam "
151
152
"congelados ou disponíveis em ``sys.modules``."
152
153
153
- #: ../../c-api/file.rst:79
154
+ #: ../../c-api/file.rst:84
154
155
msgid ""
155
156
"Once a hook has been set, it cannot be removed or replaced, and later calls "
156
157
"to :c:func:`PyFile_SetOpenCodeHook` will fail. On failure, the function "
@@ -161,19 +162,19 @@ msgstr ""
161
162
"irão falhar. Em caso de falha, a função retorna -1 e define uma exceção se o "
162
163
"interpretador foi inicializado."
163
164
164
- #: ../../c-api/file.rst:83
165
+ #: ../../c-api/file.rst:88
165
166
msgid "This function is safe to call before :c:func:`Py_Initialize`."
166
167
msgstr "É seguro chamar esta função antes :c:func:`Py_Initialize`."
167
168
168
- #: ../../c-api/file.rst:85
169
+ #: ../../c-api/file.rst:90
169
170
msgid ""
170
171
"Raises an :ref:`auditing event <auditing>` ``setopencodehook`` with no "
171
172
"arguments."
172
173
msgstr ""
173
174
"Levanta um :ref:`evento de auditoria<auditing>` ``setopencodehook`` com "
174
175
"nenhum argumento."
175
176
176
- #: ../../c-api/file.rst:95
177
+ #: ../../c-api/file.rst:100
177
178
msgid ""
178
179
"Write object *obj* to file object *p*. The only supported flag for *flags* "
179
180
"is :c:macro:`Py_PRINT_RAW`; if given, the :func:`str` of the object is "
@@ -185,7 +186,7 @@ msgstr ""
185
186
"objeto é escrito em vez de :func:`repr`. Retorna ``0`` em caso de sucesso ou "
186
187
"``-1`` em caso de falha; a exceção apropriada será definida."
187
188
188
- #: ../../c-api/file.rst:103
189
+ #: ../../c-api/file.rst:108
189
190
msgid ""
190
191
"Write string *s* to file object *p*. Return ``0`` on success or ``-1`` on "
191
192
"failure; the appropriate exception will be set."
@@ -205,6 +206,6 @@ msgstr "arquivo"
205
206
msgid "EOFError (built-in exception)"
206
207
msgstr "EOFError (exceção embutida)"
207
208
208
- #: ../../c-api/file.rst:93
209
+ #: ../../c-api/file.rst:98
209
210
msgid "Py_PRINT_RAW"
210
211
msgstr "Py_PRINT_RAW"
0 commit comments