@@ -70,19 +70,27 @@ msgstr "Biblioteca"
70
70
msgid ""
71
71
":gh:`132429`: Fix support of Bluetooth sockets on NetBSD and DragonFly BSD."
72
72
msgstr ""
73
+ ":gh:`132429`: Corrige o suporte de soquetes Bluetooth no NetBSD e no "
74
+ "DragonFly BSD."
73
75
74
76
#: ../NEWS:12
75
77
msgid ""
76
78
":gh:`132106`: :meth:`QueueListener.start <logging.handlers.QueueListener."
77
79
"start>` now raises a :exc:`RuntimeError` if the listener is already started."
78
80
msgstr ""
81
+ ":gh:`132106`: :meth:`QueueListener.start <logging.handlers.QueueListener."
82
+ "start>` agora levanta uma :exc:`RuntimeError` se o listener já estiver "
83
+ "iniciado."
79
84
80
85
#: ../NEWS:16
81
86
msgid ""
82
87
":gh:`132417`: Fix a ``NULL`` pointer dereference when a C function called "
83
88
"using :mod:`ctypes` with ``restype`` :class:`~ctypes.py_object` returns "
84
89
"``NULL``."
85
90
msgstr ""
91
+ ":gh:`132417`: Corrige uma desreferência de ponteiro ``NULL`` quando uma "
92
+ "função C chamada usando :mod:`ctypes` com ``restype`` :class:`~ctypes."
93
+ "py_object` retorna ``NULL``."
86
94
87
95
#: ../NEWS:20
88
96
msgid ""
@@ -122,12 +130,16 @@ msgid ""
122
130
":gh:`114713`: Handle case of an empty string passed to :class:`zoneinfo."
123
131
"ZoneInfo`."
124
132
msgstr ""
133
+ ":gh:`114713`: Manipula o caso de uma string vazia passada para :class:"
134
+ "`zoneinfo.ZoneInfo`."
125
135
126
136
#: ../NEWS:36
127
137
msgid ""
128
138
":gh:`130941`: Fix :class:`configparser.ConfigParser` parsing empty "
129
139
"interpolation with ``allow_no_value`` set to ``True``."
130
140
msgstr ""
141
+ ":gh:`130941`: Corrige :class:`configparser.ConfigParser` analisando "
142
+ "interpolação vazia com ``allow_no_value`` definido como ``True``."
131
143
132
144
#: ../NEWS:39
133
145
msgid ""
@@ -167,19 +179,26 @@ msgstr "Núcleo e embutidos"
167
179
msgid ""
168
180
":gh:`124476`: Fix decoding from the locale encoding in the C.UTF-8 locale."
169
181
msgstr ""
182
+ ":gh:`124476`: Corrige decodificação da codificação local no local C.UTF-8."
170
183
171
184
#: ../NEWS:48
172
185
msgid ""
173
186
":gh:`131927`: Compiler warnings originating from the same module and line "
174
187
"number are now only emitted once, matching the behaviour of warnings emitted "
175
188
"from user code. This can also be configured with :mod:`warnings` filters."
176
189
msgstr ""
190
+ ":gh:`131927`: Avisos do compilador originados do mesmo módulo e número de "
191
+ "linha agora são emitidos apenas uma vez, correspondendo ao comportamento dos "
192
+ "avisos emitidos pelo código do usuário. Isso também pode ser configurado com "
193
+ "filtros :mod:`warnings`."
177
194
178
195
#: ../NEWS:53
179
196
msgid ""
180
197
":gh:`130070`: Fixed an assertion error for :func:`exec` passed a string "
181
198
"``source`` and a non-``None`` ``closure``. Patch by Bartosz Sławecki."
182
199
msgstr ""
200
+ ":gh:`130070`: Corrigido um erro de asserção para :func:`exec` passando uma "
201
+ "string ``source`` e uma ``closure`` não ``None``. Patch por Bartosz Sławecki."
183
202
184
203
#: ../NEWS:57 ../NEWS:428 ../NEWS:793 ../NEWS:1494 ../NEWS:1689 ../NEWS:1953
185
204
#: ../NEWS:2087 ../NEWS:2257 ../NEWS:2476 ../NEWS:2746 ../NEWS:3365
@@ -207,6 +226,8 @@ msgid ""
207
226
":gh:`132649`: The :file:`PC\\layout` script now allows passing ``--include-"
208
227
"tcltk`` on Windows ARM64."
209
228
msgstr ""
229
+ ":gh:`132649`: O script :file:`PC\\layout` agora permite passar ``--include-"
230
+ "tcltk`` no Windows ARM64."
210
231
211
232
#: ../NEWS:64
212
233
msgid "Python 3.13.3 final"
@@ -15858,6 +15879,10 @@ msgid ""
15858
15879
"soft keywords. Also fix some repeated rule names and ensure that repeated "
15859
15880
"rules are not allowed. Patch by Pablo Galindo"
15860
15881
msgstr ""
15882
+ ":gh:`109596`: Corrige alguns tokens na gramática que estavam marcados "
15883
+ "incorretamente como palavras-chave suaves. Corrigir também alguns nomes de "
15884
+ "regras repetidos e garantir que regras repetidas não sejam permitidas. Patch "
15885
+ "por Pablo Galindo."
15861
15886
15862
15887
#: ../NEWS:6599
15863
15888
msgid ""
@@ -15867,6 +15892,12 @@ msgid ""
15867
15892
"hook on memory allocators. The fix is to check the reference count *before* "
15868
15893
"checking for ``_Py_IsImmortal()``. Patch by Victor Stinner."
15869
15894
msgstr ""
15895
+ ":gh:`109496`: Em um Python construído em modo de depuração, :c:func:"
15896
+ "`Py_DECREF()` agora chama ``_Py_NegativeRefcount()`` se o objeto for um "
15897
+ "ponteiro pendente para memória desalocada: memória preenchida com ``0xDD`` "
15898
+ "\"byte morto\" pelo gancho de depuração nos alocadores de memória. A "
15899
+ "correção consiste em verificar a contagem de referências *antes* de "
15900
+ "verificar ``_Py_IsImmortal()``. Patch por Victor Stinner."
15870
15901
15871
15902
#: ../NEWS:6605
15872
15903
msgid ""