@@ -3398,6 +3398,11 @@ msgid ""
3398
3398
"includes` and :option:`--with-tcltk-libs` configuration options. "
3399
3399
"(Contributed by Manolis Stamatogiannakis in :issue:`42603`.)"
3400
3400
msgstr ""
3401
+ "O script ``configure`` agora usa o utilitário ``pkg-config``, se disponível, "
3402
+ "para detectar a localização dos cabeçalhos Tcl/Tk e bibliotecas. Como antes, "
3403
+ "esses locais podem ser explicitamente especificados com as opções de "
3404
+ "configuração :option:`--with-tcltk-includes` e :option:`--with-tcltk-libs`. "
3405
+ "(Contribuição de Manolis Stamatogiannakis em :issue:`42603`.)"
3401
3406
3402
3407
#: ../../whatsnew/3.10.rst:1926
3403
3408
msgid ""
@@ -3406,14 +3411,19 @@ msgid ""
3406
3411
"``./configure --with-openssl=/path/to/openssl --with-openssl-rpath=auto``. "
3407
3412
"(Contributed by Christian Heimes in :issue:`43466`.)"
3408
3413
msgstr ""
3414
+ "Adiciona a opção :option:`--with-openssl-rpath` ao script ``configure``. A "
3415
+ "opção simplifica a construção do Python com uma instalação OpenSSL "
3416
+ "personalizada, por exemplo, ``./configure --with-openssl=/path/to/openssl --"
3417
+ "with-openssl-rpath=auto``. (Contribuição de Christian Heimes em :issue:"
3418
+ "`43466`.)"
3409
3419
3410
3420
#: ../../whatsnew/3.10.rst:1933
3411
3421
msgid "C API Changes"
3412
3422
msgstr "Alterações na API C"
3413
3423
3414
3424
#: ../../whatsnew/3.10.rst:1936
3415
3425
msgid "PEP 652: Maintaining the Stable ABI"
3416
- msgstr ""
3426
+ msgstr "PEP 652: Mantendo a ABI estável "
3417
3427
3418
3428
#: ../../whatsnew/3.10.rst:1938
3419
3429
msgid ""
@@ -3422,24 +3432,34 @@ msgid ""
3422
3432
"and ABI stability guarantees along with best practices for using the Stable "
3423
3433
"ABI."
3424
3434
msgstr ""
3435
+ "A ABI (interface binária de aplicação) Estável para módulos de extensão ou "
3436
+ "Python embutido agora está explicitamente definido. :ref:`stable` descreve "
3437
+ "as garantias de estabilidade da API C e ABI junto com as melhores práticas "
3438
+ "para usar a ABI estável."
3425
3439
3426
3440
#: ../../whatsnew/3.10.rst:1943
3427
3441
msgid "(Contributed by Petr Viktorin in :pep:`652` and :issue:`43795`.)"
3428
- msgstr ""
3442
+ msgstr "(Contribuição de Petr Viktorin em :pep:`652` e :issue:`43795`.) "
3429
3443
3430
3444
#: ../../whatsnew/3.10.rst:1948
3431
3445
msgid ""
3432
3446
"The result of :c:func:`PyNumber_Index` now always has exact type :class:"
3433
3447
"`int`. Previously, the result could have been an instance of a subclass of "
3434
3448
"``int``. (Contributed by Serhiy Storchaka in :issue:`40792`.)"
3435
3449
msgstr ""
3450
+ "O resultado de :c:func:`PyNumber_Index` agora sempre tem o tipo exato :class:"
3451
+ "`int`. Anteriormente, o resultado poderia ser uma instância de uma subclasse "
3452
+ "de ``int``. (Contribuição de Serhiy Storchaka em :issue:`40792`.)"
3436
3453
3437
3454
#: ../../whatsnew/3.10.rst:1952
3438
3455
msgid ""
3439
3456
"Add a new :c:member:`~PyConfig.orig_argv` member to the :c:type:`PyConfig` "
3440
3457
"structure: the list of the original command line arguments passed to the "
3441
3458
"Python executable. (Contributed by Victor Stinner in :issue:`23427`.)"
3442
3459
msgstr ""
3460
+ "Adiciona um novo membro :c:member:`~PyConfig.orig_argv` à estrutura :c:type:"
3461
+ "`PyConfig`: a lista dos argumentos originais da linha de comando passados "
3462
+ "para o executável Python. (Contribuição de Victor Stinner em :issue:`23427`.)"
3443
3463
3444
3464
#: ../../whatsnew/3.10.rst:1957
3445
3465
msgid ""
0 commit comments