@@ -120,32 +120,41 @@ msgid ""
120120"an entry with a slot ID of ``0``. These slots describe how the module should "
121121"be created and initialized."
122122msgstr ""
123+ "Hak eksportu zwracać tablica :c:type:`PySlot` wpisów zakończoną wpisem o "
124+ "identyfikatorze slotu równym ``0``. Sloty te opisują sposób tworzenia i "
125+ "inicjalizacji moduł."
123126
124127msgid ""
125128"This array must remain valid and constant until interpreter shutdown. "
126129"Typically, it should use ``static`` storage. Prefer using the :c:macro:"
127130"`Py_mod_create` and :c:macro:`Py_mod_exec` slots for any dynamic behavior."
128131msgstr ""
132+ "Ta tablica musi ważny prawidłowa i stała do momentu zamknięcia ``static`` "
133+ "interpreter . Zazwyczaj powinna korzystać :c:macro:`Py_mod_create`z :c:macro:"
134+ "`Py_mod_exec` pamięci masowej. Preferowane jest używanie slotów i w "
135+ "przypadku wszelkich dynamicznych zachowanie."
129136
130137msgid ""
131138"The export hook may return ``NULL`` with an exception set to signal failure."
132- msgstr ""
139+ msgstr "Hak eksportu może zwracać ``NULL`` wyjątek ustawiony na sygnał awarii. "
133140
134141msgid ""
135142"It is recommended to define the export hook function using a helper macro:"
136143msgstr ""
144+ "Zaleca się zdefiniowanie funkcja haka eksportu za pomocą makro pomocniczego:"
137145
138146msgid "Declare an extension module export hook. This macro:"
139- msgstr ""
147+ msgstr "Zadeklaruj hak eksportu moduł rozszerzenia. To makro: "
140148
141149msgid "specifies the :c:expr:`PySlot*` return type,"
142- msgstr ""
150+ msgstr "określa :c:expr:`PySlot*` typ zwracać, "
143151
144152msgid "adds any special linkage declarations required by the platform, and"
145153msgstr ""
154+ "dodaje wszelkie specjalne deklaracje połączeń wymagane przez platformę i"
146155
147156msgid "for C++, declares the function as ``extern \" C\" ``."
148- msgstr ""
157+ msgstr "dla C++ deklaruje funkcja jako "
149158
150159msgid "For example, a module called ``spam`` would be defined like this::"
151160msgstr ""
0 commit comments