@@ -12,7 +12,7 @@ msgid ""
1212msgstr ""
1313"Project-Id-Version : Python 3.14\n "
1414"Report-Msgid-Bugs-To : \n "
15- "POT-Creation-Date : 2025-10-03 14:13 +0000\n "
15+ "POT-Creation-Date : 2026-01-15 14:20 +0000\n "
1616"PO-Revision-Date : 2025-09-16 00:00+0000\n "
1717"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1818"Language-Team : Portuguese (Brazil) (https://app.transifex.com/python-doc/ "
@@ -503,7 +503,7 @@ msgstr ""
503503#: ../../c-api/call.rst:225 ../../c-api/call.rst:237 ../../c-api/call.rst:248
504504#: ../../c-api/call.rst:259 ../../c-api/call.rst:271 ../../c-api/call.rst:291
505505#: ../../c-api/call.rst:310 ../../c-api/call.rst:324 ../../c-api/call.rst:333
506- #: ../../c-api/call.rst:345 ../../c-api/call.rst:358 ../../c-api/call.rst:392
506+ #: ../../c-api/call.rst:345 ../../c-api/call.rst:360 ../../c-api/call.rst:399
507507msgid ""
508508"Return the result of the call on success, or raise an exception and return "
509509"*NULL* on failure."
@@ -649,7 +649,7 @@ msgstr ""
649649"Chama um método do objeto Python *obj* com um argumento posicional *arg*, "
650650"onde o nome do método é fornecido como um objeto string do Python em *name*."
651651
652- #: ../../c-api/call.rst:353
652+ #: ../../c-api/call.rst:355
653653msgid ""
654654"Call a callable Python object *callable*. The arguments are the same as for :"
655655"c:type:`vectorcallfunc`. If *callable* supports vectorcall_, this directly "
@@ -659,7 +659,17 @@ msgstr ""
659659"c:type:`vectorcallfunc`. Se *callable* tiver suporte a vectorcall_, isso "
660660"chamará diretamente a função vectorcall armazenada em *callable*."
661661
662- #: ../../c-api/call.rst:365
662+ #: ../../c-api/call.rst:363
663+ msgid "as ``_PyObject_Vectorcall``"
664+ msgstr ""
665+
666+ #: ../../c-api/call.rst:367
667+ msgid ""
668+ "Renamed to the current name, without the leading underscore. The old "
669+ "provisional name is :term:`soft deprecated`."
670+ msgstr ""
671+
672+ #: ../../c-api/call.rst:372
663673msgid ""
664674"Call *callable* with positional arguments passed exactly as in the "
665675"vectorcall_ protocol, but with keyword arguments passed as a dictionary "
@@ -669,7 +679,7 @@ msgstr ""
669679"protocolo vectorcall_, mas com argumentos nomeados passados como um "
670680"dicionário *kwdict*. O array *args* contém apenas os argumentos posicionais."
671681
672- #: ../../c-api/call.rst:369
682+ #: ../../c-api/call.rst:376
673683msgid ""
674684"Regardless of which protocol is used internally, a conversion of arguments "
675685"needs to be done. Therefore, this function should only be used if the caller "
@@ -681,7 +691,7 @@ msgstr ""
681691"chamador já tiver um dicionário pronto para usar para os argumentos "
682692"nomeados, mas não uma tupla para os argumentos posicionais."
683693
684- #: ../../c-api/call.rst:379
694+ #: ../../c-api/call.rst:386
685695msgid ""
686696"Call a method using the vectorcall calling convention. The name of the "
687697"method is given as a Python string *name*. The object whose method is called "
@@ -701,7 +711,7 @@ msgstr ""
701711"alterado temporariamente. Argumentos nomeados podem ser passados como em :c:"
702712"func:`PyObject_Vectorcall`."
703713
704- #: ../../c-api/call.rst:388
714+ #: ../../c-api/call.rst:395
705715msgid ""
706716"If the object has the :c:macro:`Py_TPFLAGS_METHOD_DESCRIPTOR` feature, this "
707717"will call the unbound method object with the full *args* vector as arguments."
@@ -710,11 +720,11 @@ msgstr ""
710720"chamar o objeto de método não vinculado com o vetor *args* inteiro como "
711721"argumentos."
712722
713- #: ../../c-api/call.rst:399
723+ #: ../../c-api/call.rst:406
714724msgid "Call Support API"
715725msgstr "API de suporte a chamadas"
716726
717- #: ../../c-api/call.rst:403
727+ #: ../../c-api/call.rst:410
718728msgid ""
719729"Determine if the object *o* is callable. Return ``1`` if the object is "
720730"callable and ``0`` otherwise. This function always succeeds."
0 commit comments