Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Traducido c-api/init#363

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
clacri merged 5 commits intopython:3.8fromcmaureir:traduccion-init
Jun 7, 2020
Merged

Traducido c-api/init#363

clacri merged 5 commits intopython:3.8fromcmaureir:traduccion-init
Jun 7, 2020

Conversation

cmaureir
Copy link
Collaborator

Otro PR bastante largo, se agradecen comentarios :)

@draentropia
Copy link
Collaborator

¿Cómo puedo ayudar aquí@cmaureir ?

@cmaureir
Copy link
CollaboratorAuthor

@draentropia como el archivo es muy largo, quizás puedes leer un par de párrafos y encontrar algunas traducciones que no te parezcan o que creas que es mejor de otra forma, asi luego puedo hacer un search-and-replace de los mismos patrones en todo el texto :)

@draentropia
Copy link
Collaborator

draentropia commentedMay 25, 2020 via email

me pongo a la tarde cuando acabe de trabajar.El lun., 25 may. 2020 a las 9:14, Cristián Maureira-Fredes (<notifications@github.com>) escribió:
@draentropia <https://github.com/draentropia> como el archivo es muy largo, quizás puedes leer un par de párrafos y encontrar algunas traducciones que no te parezcan o que creas que es mejor de otra forma, asi luego puedo hacer un search-and-replace de los mismos patrones en todo el texto :) — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#363 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AD2TUO4BD57HLA67RNL5VYTRTILG7ANCNFSM4NJCN62A> .

c-api/init.po Outdated
"Ninguna de estas funciones API maneja la administración de memoria en nombre "
"de los valores :c:type:`void\\*`. Debe asignarlos y desasignarlos usted "
"mismo. Si los valores :c:type:`void\\*` son :c:type:`PyObject\\*`, estas "
"funciones tampoco realizan operaciones de recuento en ellos."
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

refcount como contador de referencias?https://www.php.net/manual/es/features.gc.refcounting-basics.php

no se si deberías mantener refcount entre paréntesis y con * *

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Si, en casi toda la api de C se habla de "refcount" como "conteo de referencias", porque es el mecanismo con el que los objetos en Python viven. Me parece buena idea dejar "refcount" entre parentesis.

Copy link
Collaborator

@draentropiadraentropia left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Revisión finalizada!

c-api/init.po Outdated
"`Py_Initialize`. Idealmente, esto libera toda la memoria asignada por el "
"intérprete de Python. Este es un *no-op* cuando se llama por segunda vez "
"(sin llamar a :c:func:`Py_Initialize` nuevamente primero). Normalmente el "
"valor de retorno es ``0``. Si hubo errores durante la finalización (lavado "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

¿lavado o limpieza? quizá es por

c-api/init.po Outdated

#: ../Doc/c-api/init.rst:1370
msgid "Value of *what*"
msgstr ""
msgstr "Valor de *que*"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Antes usastewhat sin traducirlo aque

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

lo arreglaré

c-api/init.po Outdated
@@ -1706,6 +2441,13 @@ msgid ""
"it. The profile function is called for all monitored events except :const:"
"`PyTrace_LINE` :const:`PyTrace_OPCODE` and :const:`PyTrace_EXCEPTION`."
msgstr ""
"Establece la función del generador de perfiles en *func*. El parámetro *obj* "
"se pasa a la función como su primer parámetro, y puede ser cualquier objeto "
"de Python o ``NULL``. Si la función de perfil necesita mantener el estado, "
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Antes tradujiste profile como perfilado.

Copy link
CollaboratorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

toda la razón

Co-authored-by: E. Ortega <ortega.elisabeth@gmail.com>
@cmaureir
Copy link
CollaboratorAuthor

@draentropia quizás ya podríamos hacer el merge :)

Copy link
Contributor

@clacriclacri left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

la apruebo porque ya está revisada por@draentropia

@clacriclacri merged commitf9c9940 intopython:3.8Jun 7, 2020
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@clacriclacriclacri approved these changes

@draentropiadraentropiadraentropia approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

3 participants
@cmaureir@draentropia@clacri

[8]ページ先頭

©2009-2025 Movatter.jp