@@ -37,41 +37,41 @@ msgstr ""
3737
3838#: ../../deprecations/c-api-pending-removal-in-future.rst:7
3939msgid ":c:macro:`Py_TPFLAGS_HAVE_FINALIZE`: Unneeded since Python 3.8."
40- msgstr ":c:macro:`Py_TPFLAGS_HAVE_FINALIZE`: Desnecessária desde o Python 3.8."
40+ msgstr ":c:macro:`Py_TPFLAGS_HAVE_FINALIZE`: desnecessária desde o Python 3.8."
4141
4242#: ../../deprecations/c-api-pending-removal-in-future.rst:9
4343msgid ":c:func:`PyErr_Fetch`: Use :c:func:`PyErr_GetRaisedException` instead."
44- msgstr ":c:func:`PyErr_Fetch`: Use :c:func:`PyErr_GetRaisedException`."
44+ msgstr ":c:func:`PyErr_Fetch`: use :c:func:`PyErr_GetRaisedException`."
4545
4646#: ../../deprecations/c-api-pending-removal-in-future.rst:11
4747msgid ""
4848":c:func:`PyErr_NormalizeException`: Use :c:func:`PyErr_GetRaisedException` "
4949"instead."
5050msgstr ""
51- ":c:func:`PyErr_NormalizeException`: Use :c:func:`PyErr_GetRaisedException`."
51+ ":c:func:`PyErr_NormalizeException`: use :c:func:`PyErr_GetRaisedException`."
5252
5353#: ../../deprecations/c-api-pending-removal-in-future.rst:13
5454msgid ""
5555":c:func:`PyErr_Restore`: Use :c:func:`PyErr_SetRaisedException` instead."
56- msgstr ":c:func:`PyErr_Restore`: Use :c:func:`PyErr_SetRaisedException`."
56+ msgstr ":c:func:`PyErr_Restore`: use :c:func:`PyErr_SetRaisedException`."
5757
5858#: ../../deprecations/c-api-pending-removal-in-future.rst:15
5959msgid ""
6060":c:func:`PyModule_GetFilename`: Use :c:func:`PyModule_GetFilenameObject` "
6161"instead."
6262msgstr ""
63- ":c:func:`PyModule_GetFilename`: Use :c:func:`PyModule_GetFilenameObject`."
63+ ":c:func:`PyModule_GetFilename`: use :c:func:`PyModule_GetFilenameObject`."
6464
6565#: ../../deprecations/c-api-pending-removal-in-future.rst:17
6666msgid ":c:func:`PyOS_AfterFork`: Use :c:func:`PyOS_AfterFork_Child` instead."
67- msgstr ":c:func:`PyOS_AfterFork`: Use :c:func:`PyOS_AfterFork_Child`."
67+ msgstr ":c:func:`PyOS_AfterFork`: use :c:func:`PyOS_AfterFork_Child`."
6868
6969#: ../../deprecations/c-api-pending-removal-in-future.rst:19
7070msgid ""
7171":c:func:`PySlice_GetIndicesEx`: Use :c:func:`PySlice_Unpack` and :c:func:"
7272"`PySlice_AdjustIndices` instead."
7373msgstr ""
74- ":c:func:`PySlice_GetIndicesEx`: Use :c:func:`PySlice_Unpack` e :c:func:"
74+ ":c:func:`PySlice_GetIndicesEx`: use :c:func:`PySlice_Unpack` e :c:func:"
7575"`PySlice_AdjustIndices`."
7676
7777#: ../../deprecations/c-api-pending-removal-in-future.rst:21
@@ -96,18 +96,18 @@ msgstr ":c:func:`!PyUnicode_AsEncodedUnicode`: Use :c:func:`PyCodec_Encode`."
9696
9797#: ../../deprecations/c-api-pending-removal-in-future.rst:29
9898msgid ":c:func:`PyUnicode_READY`: Unneeded since Python 3.12"
99- msgstr ":c:func:`PyUnicode_READY`: Desnecessário desde o Python 3.12"
99+ msgstr ":c:func:`PyUnicode_READY`: desnecessário desde o Python 3.12"
100100
101101#: ../../deprecations/c-api-pending-removal-in-future.rst:31
102102msgid ":c:func:`!PyErr_Display`: Use :c:func:`PyErr_DisplayException` instead."
103- msgstr ":c:func:`!PyErr_Display`: Use :c:func:`PyErr_DisplayException`."
103+ msgstr ":c:func:`!PyErr_Display`: use :c:func:`PyErr_DisplayException`."
104104
105105#: ../../deprecations/c-api-pending-removal-in-future.rst:33
106106msgid ""
107107":c:func:`!_PyErr_ChainExceptions`: Use :c:func:`!_PyErr_ChainExceptions1` "
108108"instead."
109109msgstr ""
110- ":c:func:`!_PyErr_ChainExceptions`: Use :c:func:`!_PyErr_ChainExceptions1`."
110+ ":c:func:`!_PyErr_ChainExceptions`: use :c:func:`!_PyErr_ChainExceptions1`."
111111
112112#: ../../deprecations/c-api-pending-removal-in-future.rst:35
113113msgid ""
@@ -127,29 +127,29 @@ msgstr "API do Thread Local Storage (TLS):"
127127#: ../../deprecations/c-api-pending-removal-in-future.rst:40
128128msgid ""
129129":c:func:`PyThread_create_key`: Use :c:func:`PyThread_tss_alloc` instead."
130- msgstr ":c:func:`PyThread_create_key`: Use :c:func:`PyThread_tss_alloc`."
130+ msgstr ":c:func:`PyThread_create_key`: use :c:func:`PyThread_tss_alloc`."
131131
132132#: ../../deprecations/c-api-pending-removal-in-future.rst:42
133133msgid ":c:func:`PyThread_delete_key`: Use :c:func:`PyThread_tss_free` instead."
134- msgstr ":c:func:`PyThread_delete_key`: Use :c:func:`PyThread_tss_free`."
134+ msgstr ":c:func:`PyThread_delete_key`: use :c:func:`PyThread_tss_free`."
135135
136136#: ../../deprecations/c-api-pending-removal-in-future.rst:44
137137msgid ""
138138":c:func:`PyThread_set_key_value`: Use :c:func:`PyThread_tss_set` instead."
139- msgstr ":c:func:`PyThread_set_key_value`: Use :c:func:`PyThread_tss_set`."
139+ msgstr ":c:func:`PyThread_set_key_value`: use :c:func:`PyThread_tss_set`."
140140
141141#: ../../deprecations/c-api-pending-removal-in-future.rst:46
142142msgid ""
143143":c:func:`PyThread_get_key_value`: Use :c:func:`PyThread_tss_get` instead."
144- msgstr ":c:func:`PyThread_get_key_value`: Use :c:func:`PyThread_tss_get`."
144+ msgstr ":c:func:`PyThread_get_key_value`: use :c:func:`PyThread_tss_get`."
145145
146146#: ../../deprecations/c-api-pending-removal-in-future.rst:48
147147msgid ""
148148":c:func:`PyThread_delete_key_value`: Use :c:func:`PyThread_tss_delete` "
149149"instead."
150150msgstr ""
151- ":c:func:`PyThread_delete_key_value`: Use :c:func:`PyThread_tss_delete`."
151+ ":c:func:`PyThread_delete_key_value`: use :c:func:`PyThread_tss_delete`."
152152
153153#: ../../deprecations/c-api-pending-removal-in-future.rst:50
154154msgid ":c:func:`PyThread_ReInitTLS`: Unneeded since Python 3.7."
155- msgstr ":c:func:`PyThread_ReInitTLS`: Desnecessário desde o Python 3.7."
155+ msgstr ":c:func:`PyThread_ReInitTLS`: desnecessário desde o Python 3.7."
0 commit comments