File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -721,9 +721,9 @@ msgstr ""
721
721
"integrado en otras aplicaciones. Mientras que en un Python independiente "
722
722
"está bien reemplazar el estándar ``malloc()`` y ``free()`` con versiones "
723
723
"proporcionadas por la biblioteca GC, una aplicación que incruste Python "
724
- "puede querer tener su *propio* sustituto de ``malloc()`` y ``free()``, y puede "
725
- "no querer el de Python. En este momento, CPython funciona con todo lo que "
726
- "implementa ``malloc()`` y ``free()`` correctamente."
724
+ "puede querer tener su *propio* sustituto de ``malloc()`` y ``free()``, y "
725
+ "puede no querer el de Python. En este momento, CPython funciona con todo lo "
726
+ "que implementa ``malloc()`` y ``free()`` correctamente."
727
727
728
728
#: ../Doc/faq/design.rst:387
729
729
msgid "Why isn't all memory freed when CPython exits?"
You can’t perform that action at this time.
0 commit comments