@@ -2012,14 +2012,6 @@ msgstr ""
2012
2012
"`auditing event <auditing>` ``ctypes.dlopen`` con el argumento de cadena "
2013
2013
"``name``, el nombre usado para cargar la biblioteca."
2014
2014
2015
- #: ../Doc/library/ctypes.rst:1531
2016
- msgid ""
2017
- "Raises an :ref:`auditing event <auditing>` ``ctypes.dlsym`` with arguments "
2018
- "``library``, ``name``."
2019
- msgstr ""
2020
- "Lanza un :ref:`auditing event <auditing>` ``ctypes.dlsym`` con argumentos "
2021
- "``library``, ``name``."
2022
-
2023
2015
#: ../Doc/library/ctypes.rst:1533
2024
2016
msgid ""
2025
2017
"Accessing a function on a loaded library raises an auditing event ``ctypes."
@@ -2030,14 +2022,6 @@ msgstr ""
2030
2022
"auditoría ``ctypes.dlsym`` con argumentos ``library`` (el objeto de la "
2031
2023
"biblioteca) y ``name`` (el nombre del símbolo como cadena o entero)."
2032
2024
2033
- #: ../Doc/library/ctypes.rst:1537
2034
- msgid ""
2035
- "Raises an :ref:`auditing event <auditing>` ``ctypes.dlsym/handle`` with "
2036
- "arguments ``handle``, ``name``."
2037
- msgstr ""
2038
- "Lanza un :ref:`auditing event <auditing>` ``ctypes.dlsym/handle`` con "
2039
- "argumentos ``handle``, ``name``."
2040
-
2041
2025
#: ../Doc/library/ctypes.rst:1539
2042
2026
msgid ""
2043
2027
"In cases when only the library handle is available rather than the object, "
@@ -2208,14 +2192,6 @@ msgstr ""
2208
2192
"Esta excepción se lanza cuando una llamada a una función foránea no puede "
2209
2193
"convertir uno de los argumentos pasados."
2210
2194
2211
- #: ../Doc/library/ctypes.rst:1628
2212
- msgid ""
2213
- "Raises an :ref:`auditing event <auditing>` ``ctypes.seh_exception`` with "
2214
- "argument ``code``."
2215
- msgstr ""
2216
- "Lanza un :ref:`auditing event <auditing>` ``ctypes.seh_exception`` con el "
2217
- "argumento ``code``."
2218
-
2219
2195
#: ../Doc/library/ctypes.rst:1630
2220
2196
msgid ""
2221
2197
"On Windows, when a foreign function call raises a system exception (for "
@@ -2231,14 +2207,6 @@ msgstr ""
2231
2207
"permitiendo que un gancho de auditoría reemplace la excepción con la suya "
2232
2208
"propia."
2233
2209
2234
- #: ../Doc/library/ctypes.rst:1636
2235
- msgid ""
2236
- "Raises an :ref:`auditing event <auditing>` ``ctypes.call_function`` with "
2237
- "arguments ``func_pointer``, ``arguments``."
2238
- msgstr ""
2239
- "Lanza un :ref:`auditing event <auditing>` ``ctypes.call_function`` con "
2240
- "argumentos ``func_pointer``, ``arguments``."
2241
-
2242
2210
#: ../Doc/library/ctypes.rst:1638
2243
2211
msgid ""
2244
2212
"Some ways to invoke foreign function calls may raise an auditing event "