|
4 | 4 | # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. |
5 | 5 | # |
6 | 6 | # Translators: |
7 | | -# python-doc bot, 2025 |
| 7 | +# python-doc bot, 2026 |
8 | 8 | # |
9 | 9 | #, fuzzy |
10 | 10 | msgid "" |
11 | 11 | msgstr "" |
12 | 12 | "Project-Id-Version: Python 3.14\n" |
13 | 13 | "Report-Msgid-Bugs-To: \n" |
14 | | -"POT-Creation-Date: 2026-02-23 14:42+0000\n" |
| 14 | +"POT-Creation-Date: 2026-03-15 14:24+0000\n" |
15 | 15 | "PO-Revision-Date: 2025-09-16 00:00+0000\n" |
16 | | -"Last-Translator: python-doc bot, 2025\n" |
| 16 | +"Last-Translator: python-doc bot, 2026\n" |
17 | 17 | "Language-Team: Polish (https://app.transifex.com/python-doc/teams/5390/pl/)\n" |
18 | 18 | "MIME-Version: 1.0\n" |
19 | 19 | "Content-Type: text/plain; charset=UTF-8\n" |
@@ -428,6 +428,82 @@ msgid "" |
428 | 428 | "tuple object." |
429 | 429 | msgstr "" |
430 | 430 |
|
| 431 | +msgid "C Entry Points" |
| 432 | +msgstr "" |
| 433 | + |
| 434 | +msgid "" |
| 435 | +"To simplify triggering of DTrace markers, Python's C API comes with a number " |
| 436 | +"of helper functions that mirror each static marker. On builds of Python " |
| 437 | +"without DTrace enabled, these do nothing." |
| 438 | +msgstr "" |
| 439 | + |
| 440 | +msgid "" |
| 441 | +"In general, it is not necessary to call these yourself, as Python will do it " |
| 442 | +"for you." |
| 443 | +msgstr "" |
| 444 | + |
| 445 | +msgid "C API Function" |
| 446 | +msgstr "" |
| 447 | + |
| 448 | +msgid "Static Marker" |
| 449 | +msgstr "" |
| 450 | + |
| 451 | +msgid "Notes" |
| 452 | +msgstr "Notatki" |
| 453 | + |
| 454 | +msgid ":c:func:`!line`" |
| 455 | +msgstr "" |
| 456 | + |
| 457 | +msgid ":c:func:`!function__entry`" |
| 458 | +msgstr "" |
| 459 | + |
| 460 | +msgid ":c:func:`!function__return`" |
| 461 | +msgstr "" |
| 462 | + |
| 463 | +msgid ":c:func:`!gc__start`" |
| 464 | +msgstr "" |
| 465 | + |
| 466 | +msgid ":c:func:`!gc__done`" |
| 467 | +msgstr "" |
| 468 | + |
| 469 | +msgid ":c:func:`!instance__new__start`" |
| 470 | +msgstr "" |
| 471 | + |
| 472 | +msgid "Not used by Python" |
| 473 | +msgstr "" |
| 474 | + |
| 475 | +msgid ":c:func:`!instance__new__done`" |
| 476 | +msgstr "" |
| 477 | + |
| 478 | +msgid ":c:func:`!instance__delete__start`" |
| 479 | +msgstr "" |
| 480 | + |
| 481 | +msgid ":c:func:`!instance__delete__done`" |
| 482 | +msgstr "" |
| 483 | + |
| 484 | +msgid ":c:func:`!import__find__load__start`" |
| 485 | +msgstr "" |
| 486 | + |
| 487 | +msgid ":c:func:`!import__find__load__done`" |
| 488 | +msgstr "" |
| 489 | + |
| 490 | +msgid ":c:func:`!audit`" |
| 491 | +msgstr "" |
| 492 | + |
| 493 | +msgid "C Probing Checks" |
| 494 | +msgstr "" |
| 495 | + |
| 496 | +msgid "" |
| 497 | +"All calls to ``PyDTrace`` functions must be guarded by a call to one of " |
| 498 | +"these functions. This allows Python to minimize performance impact when " |
| 499 | +"probing is disabled." |
| 500 | +msgstr "" |
| 501 | + |
| 502 | +msgid "" |
| 503 | +"On builds without DTrace enabled, these functions do nothing and return " |
| 504 | +"``0``." |
| 505 | +msgstr "" |
| 506 | + |
431 | 507 | msgid "SystemTap Tapsets" |
432 | 508 | msgstr "" |
433 | 509 |
|
|
0 commit comments