@@ -11,7 +11,7 @@ msgid ""
1111msgstr ""
1212"Project-Id-Version : Python 3.13\n "
1313"Report-Msgid-Bugs-To : \n "
14- "POT-Creation-Date : 2025-06-13 15:01 +0000\n "
14+ "POT-Creation-Date : 2025-06-27 14:55 +0000\n "
1515"PO-Revision-Date : 2025-05-08 05:08+0000\n "
1616"Last-Translator : Rafael Fontenelle <rffontenelle@gmail.com>, 2025\n "
1717"Language-Team : Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n "
@@ -103,6 +103,11 @@ msgid ""
103103"unaltered (default) vectorcall function!"
104104msgstr ""
105105
106+ msgid ""
107+ "Return the keyword-only argument default values of the function object *op*. "
108+ "This can be a dictionary of arguments or ``NULL``."
109+ msgstr ""
110+
106111msgid ""
107112"Return the closure associated with the function object *op*. This can be "
108113"``NULL`` or a tuple of cell objects."
@@ -123,6 +128,12 @@ msgid ""
123128"dictionary or ``Py_None``."
124129msgstr ""
125130
131+ msgid ""
132+ "These functions are similar to their ``PyFunction_Get*`` counterparts, but "
133+ "do not do type checking. Passing anything other than an instance of :c:data:"
134+ "`PyFunction_Type` is undefined behavior."
135+ msgstr ""
136+
126137msgid ""
127138"Register *callback* as a function watcher for the current interpreter. "
128139"Return an ID which may be passed to :c:func:`PyFunction_ClearWatcher`. In "
0 commit comments