@@ -22,7 +22,7 @@ msgid ""
22
22
msgstr ""
23
23
"Project-Id-Version :Python 3.13\n "
24
24
"Report-Msgid-Bugs-To :\n "
25
- "POT-Creation-Date :2025-03-07 14:18 +0000\n "
25
+ "POT-Creation-Date :2025-04-25 14:19 +0000\n "
26
26
"PO-Revision-Date :2021-06-28 00:47+0000\n "
27
27
"Last-Translator :Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
28
28
"Language-Team :Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -719,7 +719,7 @@ msgstr "``L`` (:class:`int`) [longo longo]"
719
719
msgid "Convert a Python integer to a C :c:expr:`long long`."
720
720
msgstr "Converte um inteiro Python para um :c:expr:`long long` do C."
721
721
722
- #: ../../c-api/arg.rst:276 ../../c-api/arg.rst:642
722
+ #: ../../c-api/arg.rst:276 ../../c-api/arg.rst:644
723
723
msgid "``K`` (:class:`int`) [unsigned long long]"
724
724
msgstr "``K`` (:class:`int`) [unsigned long long]"
725
725
@@ -731,7 +731,7 @@ msgstr ""
731
731
"Converte um inteiro Python para um :c:expr:`unsigned long long` do C sem "
732
732
"verificação de estouro."
733
733
734
- #: ../../c-api/arg.rst:280 ../../c-api/arg.rst:645
734
+ #: ../../c-api/arg.rst:280 ../../c-api/arg.rst:647
735
735
msgid "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
736
736
msgstr "``n`` (:class:`int`) [:c:type:`Py_ssize_t`]"
737
737
@@ -755,7 +755,7 @@ msgstr ""
755
755
msgid "Allow :class:`bytearray` objects."
756
756
msgstr "Permite objetos :class:`bytearray`."
757
757
758
- #: ../../c-api/arg.rst:290 ../../c-api/arg.rst:652
758
+ #: ../../c-api/arg.rst:290 ../../c-api/arg.rst:654
759
759
msgid "``C`` (:class:`str` of length 1) [int]"
760
760
msgstr "``C`` (:class:`str` de comprimento 1) [int]"
761
761
@@ -767,7 +767,7 @@ msgstr ""
767
767
"Converte um caractere Python, representado como uma :class:`str` objeto de "
768
768
"comprimento 1, para um :c:expr:`int` do C"
769
769
770
- #: ../../c-api/arg.rst:294 ../../c-api/arg.rst:659
770
+ #: ../../c-api/arg.rst:294 ../../c-api/arg.rst:661
771
771
msgid "``f`` (:class:`float`) [float]"
772
772
msgstr "``f``` (:class:`float`) [float]"
773
773
@@ -776,7 +776,7 @@ msgid "Convert a Python floating-point number to a C :c:expr:`float`."
776
776
msgstr ""
777
777
"Converte um número de ponto flutuante Python para um :c:expr:`float` do C."
778
778
779
- #: ../../c-api/arg.rst:297 ../../c-api/arg.rst:656
779
+ #: ../../c-api/arg.rst:297 ../../c-api/arg.rst:658
780
780
msgid "``d`` (:class:`float`) [double]"
781
781
msgstr "``d`` (:class:`float`) [double]"
782
782
@@ -798,7 +798,7 @@ msgstr ""
798
798
msgid "Other objects"
799
799
msgstr "Outros objetos"
800
800
801
- #: ../../c-api/arg.rst:306 ../../c-api/arg.rst:665
801
+ #: ../../c-api/arg.rst:306 ../../c-api/arg.rst:667
802
802
msgid "``O`` (object) [PyObject\\ *]"
803
803
msgstr "``O`` (objeto) [PyObject\\ *]"
804
804
@@ -911,7 +911,7 @@ msgstr ""
911
911
"Isso aceita qualquer valor válido do Python. Veja :ref:`truth` para obter "
912
912
"mais informações sobre como o Python testa valores para a verdade."
913
913
914
- #: ../../c-api/arg.rst:360 ../../c-api/arg.rst:689
914
+ #: ../../c-api/arg.rst:360 ../../c-api/arg.rst:691
915
915
msgid "``(items)`` (:class:`tuple`) [*matching-items*]"
916
916
msgstr "``(items)`` (:class:`tuple`) [*matching-items*]"
917
917
@@ -1483,56 +1483,56 @@ msgstr ""
1483
1483
msgid "Convert a C :c:expr:`long long` to a Python integer object."
1484
1484
msgstr "Converte um :c:expr:`long long` do C em um objeto inteiro do Python."
1485
1485
1486
- #: ../../c-api/arg.rst:643
1486
+ #: ../../c-api/arg.rst:645
1487
1487
msgid "Convert a C :c:expr:`unsigned long long` to a Python integer object."
1488
1488
msgstr ""
1489
1489
"Converte um :c:expr:`unsigned long long` do C em um objeto inteiro do Python."
1490
1490
1491
- #: ../../c-api/arg.rst:646
1491
+ #: ../../c-api/arg.rst:648
1492
1492
msgid "Convert a C :c:type:`Py_ssize_t` to a Python integer."
1493
1493
msgstr "Converte um :c:type:`Py_ssize_t` do C em um objeto inteiro do Python."
1494
1494
1495
- #: ../../c-api/arg.rst:648
1495
+ #: ../../c-api/arg.rst:650
1496
1496
msgid "``c`` (:class:`bytes` of length 1) [char]"
1497
1497
msgstr "``c`` (:class:`bytes` de comprimento 1) [char]"
1498
1498
1499
- #: ../../c-api/arg.rst:649
1499
+ #: ../../c-api/arg.rst:651
1500
1500
msgid ""
1501
1501
"Convert a C :c:expr:`int` representing a byte to a Python :class:`bytes` "
1502
1502
"object of length 1."
1503
1503
msgstr ""
1504
1504
"Converte um :c:expr:`int` representando um byte do C em um objeto :class:"
1505
1505
"`bytes` de comprimento 1 do Python."
1506
1506
1507
- #: ../../c-api/arg.rst:653
1507
+ #: ../../c-api/arg.rst:655
1508
1508
msgid ""
1509
1509
"Convert a C :c:expr:`int` representing a character to Python :class:`str` "
1510
1510
"object of length 1."
1511
1511
msgstr ""
1512
1512
"Converte um :c:expr:`int` representando um caractere do C em um objeto :"
1513
1513
"class:`str` de comprimento 1 do Python."
1514
1514
1515
- #: ../../c-api/arg.rst:657
1515
+ #: ../../c-api/arg.rst:659
1516
1516
msgid "Convert a C :c:expr:`double` to a Python floating-point number."
1517
1517
msgstr ""
1518
1518
"Converte um :c:expr:`double` do C em um número ponto flutuante do Python."
1519
1519
1520
- #: ../../c-api/arg.rst:660
1520
+ #: ../../c-api/arg.rst:662
1521
1521
msgid "Convert a C :c:expr:`float` to a Python floating-point number."
1522
1522
msgstr ""
1523
1523
"Converte um :c:expr:`float` do C em um número ponto flutuante do Python."
1524
1524
1525
- #: ../../c-api/arg.rst:662
1525
+ #: ../../c-api/arg.rst:664
1526
1526
msgid "``D`` (:class:`complex`) [Py_complex\\ *]"
1527
1527
msgstr "``D`` (:class:`complex`) [Py_complex\\ *]"
1528
1528
1529
- #: ../../c-api/arg.rst:663
1529
+ #: ../../c-api/arg.rst:665
1530
1530
msgid "Convert a C :c:type:`Py_complex` structure to a Python complex number."
1531
1531
msgstr ""
1532
1532
"Converte uma estrutura :c:type:`Py_complex` do C em um número complexo do "
1533
1533
"Python."
1534
1534
1535
- #: ../../c-api/arg.rst:666
1535
+ #: ../../c-api/arg.rst:668
1536
1536
msgid ""
1537
1537
"Pass a Python object untouched but create a new :term:`strong reference` to "
1538
1538
"it (i.e. its reference count is incremented by one). If the object passed in "
@@ -1549,19 +1549,19 @@ msgstr ""
1549
1549
"levantar uma exceção. Se nenhuma exceção foi levantada ainda, :exc:"
1550
1550
"`SystemError` é definida."
1551
1551
1552
- #: ../../c-api/arg.rst:675
1552
+ #: ../../c-api/arg.rst:677
1553
1553
msgid "``S`` (object) [PyObject\\ *]"
1554
1554
msgstr "``S`` (objeto) [PyObject\\ *]"
1555
1555
1556
- #: ../../c-api/arg.rst:676
1556
+ #: ../../c-api/arg.rst:678
1557
1557
msgid "Same as ``O``."
1558
1558
msgstr "O mesmo que ``O``."
1559
1559
1560
- #: ../../c-api/arg.rst:678
1560
+ #: ../../c-api/arg.rst:680
1561
1561
msgid "``N`` (object) [PyObject\\ *]"
1562
1562
msgstr "``N`` (objeto) [PyObject\\ *]"
1563
1563
1564
- #: ../../c-api/arg.rst:679
1564
+ #: ../../c-api/arg.rst:681
1565
1565
msgid ""
1566
1566
"Same as ``O``, except it doesn't create a new :term:`strong reference`. "
1567
1567
"Useful when the object is created by a call to an object constructor in the "
@@ -1571,11 +1571,11 @@ msgstr ""
1571
1571
"Útil quando o objeto é criado por uma chamada a um construtor de objeto na "
1572
1572
"lista de argumento."
1573
1573
1574
- #: ../../c-api/arg.rst:683
1574
+ #: ../../c-api/arg.rst:685
1575
1575
msgid "``O&`` (object) [*converter*, *anything*]"
1576
1576
msgstr "``O&`` (objeto) [*converter*, *anything*]"
1577
1577
1578
- #: ../../c-api/arg.rst:684
1578
+ #: ../../c-api/arg.rst:686
1579
1579
msgid ""
1580
1580
"Convert *anything* to a Python object through a *converter* function. The "
1581
1581
"function is called with *anything* (which should be compatible with :c:expr:"
@@ -1587,31 +1587,31 @@ msgstr ""
1587
1587
"`void*`) como argumento e deve retornar um\" novo\" objeto Python, ou "
1588
1588
"``NULL`` se um erro ocorreu."
1589
1589
1590
- #: ../../c-api/arg.rst:690
1590
+ #: ../../c-api/arg.rst:692
1591
1591
msgid ""
1592
1592
"Convert a sequence of C values to a Python tuple with the same number of "
1593
1593
"items."
1594
1594
msgstr ""
1595
1595
"Converte uma sequência de valores C para uma tupla Python com o mesmo número "
1596
1596
"de itens."
1597
1597
1598
- #: ../../c-api/arg.rst:692
1598
+ #: ../../c-api/arg.rst:694
1599
1599
msgid "``[items]`` (:class:`list`) [*matching-items*]"
1600
1600
msgstr "``[items]`` (:class:`list`) [*matching-items*]"
1601
1601
1602
- #: ../../c-api/arg.rst:693
1602
+ #: ../../c-api/arg.rst:695
1603
1603
msgid ""
1604
1604
"Convert a sequence of C values to a Python list with the same number of "
1605
1605
"items."
1606
1606
msgstr ""
1607
1607
"Converte uma sequência de valores C para uma lista Python com o mesmo número "
1608
1608
"de itens."
1609
1609
1610
- #: ../../c-api/arg.rst:695
1610
+ #: ../../c-api/arg.rst:697
1611
1611
msgid "``{items}`` (:class:`dict`) [*matching-items*]"
1612
1612
msgstr "``{items}`` (:class:`dict`) [*matching-items*]"
1613
1613
1614
- #: ../../c-api/arg.rst:696
1614
+ #: ../../c-api/arg.rst:698
1615
1615
msgid ""
1616
1616
"Convert a sequence of C values to a Python dictionary. Each pair of "
1617
1617
"consecutive C values adds one item to the dictionary, serving as key and "
@@ -1621,15 +1621,15 @@ msgstr ""
1621
1621
"valores consecutivos do C adiciona um item ao dicionário, servindo como "
1622
1622
"chave e valor, respectivamente."
1623
1623
1624
- #: ../../c-api/arg.rst:700
1624
+ #: ../../c-api/arg.rst:702
1625
1625
msgid ""
1626
1626
"If there is an error in the format string, the :exc:`SystemError` exception "
1627
1627
"is set and ``NULL`` returned."
1628
1628
msgstr ""
1629
1629
"Se existir um erro na string de formatação, a exceção :exc:`SystemError` é "
1630
1630
"definida e ``NULL`` é retornado."
1631
1631
1632
- #: ../../c-api/arg.rst:705
1632
+ #: ../../c-api/arg.rst:707
1633
1633
msgid ""
1634
1634
"Identical to :c:func:`Py_BuildValue`, except that it accepts a va_list "
1635
1635
"rather than a variable number of arguments."