Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit534e789

Browse files
Update translations
1 parente1a4828 commit534e789

File tree

3 files changed

+31
-4
lines changed

3 files changed

+31
-4
lines changed

‎potodo.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191

192192

193193

194-
#whatsnew (44.53% done)
194+
#whatsnew (44.57% done)
195195

196196
- 2.3.po 327 / 387 ( 84.0% translated).
197197
- 2.4.po 266 / 319 ( 83.0% translated).
@@ -204,8 +204,8 @@
204204
- 3.5.po 125 / 578 ( 21.0% translated).
205205
- 3.6.po 237 / 544 ( 43.0% translated).
206206
- 3.7.po 252 / 568 ( 44.0% translated).
207-
- changelog.po2023 / 12300 ( 16.0% translated).
207+
- changelog.po2032 / 12300 ( 16.0% translated).
208208

209209

210-
#TOTAL (60.66% done)
210+
#TOTAL (60.67% done)
211211

‎stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"completion":"60.66%","translated":46002,"entries":75840,"updated_at":"2025-04-30T23:08:56+00:00Z"}
1+
{"completion":"60.67%","translated":46011,"entries":75840,"updated_at":"2025-05-01T23:08:56+00:00Z"}

‎whatsnew/changelog.po

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15989,13 +15989,18 @@ msgstr ""
1598915989
msgid ""
1599015990
":gh:`107265`: Deopt opcodes hidden by the executor when base opcode is needed"
1599115991
msgstr ""
15992+
":gh:`107265`: Faz deopt de opcodes ocultos pelo executor quando o opcode "
15993+
"base é necessário"
1599215994

1599315995
#: ../NEWS:6646
1599415996
msgid ""
1599515997
":gh:`109371`: Deopted instructions correctly for tool initialization and "
1599615998
"modified the incorrect assertion in instrumentation, when a previous tool "
1599715999
"already sets INSTRUCTION events"
1599816000
msgstr ""
16001+
":gh:`109371`: Feito deopt corretamente nas instruções para inicialização de "
16002+
"ferramenta e modificada a asserção incorreta na instrumentação, quando uma "
16003+
"ferramenta anterior já define eventos INSTRUCTION"
1599916004

1600016005
#: ../NEWS:6650
1600116006
msgid ""
@@ -16198,12 +16203,17 @@ msgid ""
1619816203
"`multiprocessing.synchronize.SemLock._is_fork_ctx` to avoid exposing it as "
1619916204
"public API."
1620016205
msgstr ""
16206+
"Renomeia :attr:`multiprocessing.synchronize.SemLock.is_fork_ctx` para :attr:"
16207+
"`multiprocessing.synchronize.SemLock._is_fork_ctx` para evitar expô-lo como "
16208+
"API pública."
1620116209

1620216210
#: ../NEWS:6729
1620316211
msgid ""
1620416212
":gh:`108654`: Restore locals shadowed by an inlined comprehension if the "
1620516213
"comprehension raises an exception."
1620616214
msgstr ""
16215+
":gh:`108654`: Restaura os locais sombreados por uma compreensão embutida se "
16216+
"a compreensão levantar uma exceção."
1620716217

1620816218
#: ../NEWS:6732
1620916219
msgid ""
@@ -16212,25 +16222,37 @@ msgid ""
1621216222
"``adaptive_counter_warmup()`` value used for all other instructions. This "
1621316223
"counter, unique among instructions, counts up from zero."
1621416224
msgstr ""
16225+
":gh:`108488`: Altera a inicialização das entradas de cache em linha para que "
16226+
"a entrada de cache para ``JUMP_BACKWARD`` seja inicializada com zero, em vez "
16227+
"do valor ``adaptive_counter_warmup()`` usado para todas as outras "
16228+
"instruções. Este contador, único entre as instruções, conta a partir de zero."
1621516229

1621616230
#: ../NEWS:6737
1621716231
msgid ""
1621816232
":gh:`108716`: Turn off deep-freezing of code objects. Modules are still "
1621916233
"frozen, so that a file system search is not needed for common modules."
1622016234
msgstr ""
16235+
":gh:`108716`: Desativa o congelamento profundo de objetos código. Os módulos "
16236+
"permanecem congelados, de modo que não é necessária uma pesquisa no sistema "
16237+
"de arquivos para módulos comuns."
1622116238

1622216239
#: ../NEWS:6740
1622316240
msgid ""
1622416241
":gh:`108614`: Add RESUME_CHECK instruction, to avoid having to handle "
1622516242
"instrumentation, signals, and contexts switches in the tier 2 execution "
1622616243
"engine."
1622716244
msgstr ""
16245+
":gh:`108614`: Adiciona a instrução RESUME_CHECK para evitar ter que "
16246+
"manipular instrumentação, sinais e alternância de contextos no mecanismo de "
16247+
"execução de nível 2."
1622816248

1622916249
#: ../NEWS:6744
1623016250
msgid ""
1623116251
":gh:`108487`: Move an assert that would cause a spurious crash in a devious "
1623216252
"case that should only trigger deoptimization."
1623316253
msgstr ""
16254+
":gh:`108487`: Move um assert que causaria uma falha espúria em um caso "
16255+
"tortuoso que deveria apenas acionar a desotimização."
1623416256

1623516257
#: ../NEWS:6747
1623616258
msgid ""
@@ -16239,6 +16261,11 @@ msgid ""
1623916261
"leak from keeping the list around longer than necessary. Weakrefs are used "
1624016262
"as GC can't interrupt the cleanup."
1624116263
msgstr ""
16264+
":gh:`106176`: Usa um ``WeakValueDictionary`` para rastrear as listas que "
16265+
"contêm os módulos que cada thread está importando no momento. Isso ajuda a "
16266+
"evitar um vazamento de referência, que mantém a lista ativa por mais tempo "
16267+
"do que o necessário. Referências fracas são usadas, pois o GC não pode "
16268+
"interromper a limpeza."
1624216269

1624316270
#: ../NEWS:6752
1624416271
msgid ""

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp