8000 Traducido c-api/memory.po by kbiggers · Pull Request #3366 · python/python-docs-es · GitHub
[go: up one dir, main page]

Skip to content

Traducido c-api/memory.po #3366

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 10 commits into
base: 3.13
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update c-api/memory.po
Co-authored-by: rtobar <rtobarc@gmail.com>
  • Loading branch information
kbiggers and rtobar authored Mar 2, 2025
commit ea77d87741f67f69456a1bf6210e88271563eab1
2 changes: 1 addition & 1 deletion c-api/memory.po
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ msgid ""
"objects are allocated using that domain. This differs from the prior Python "
"versions, where this was only a best practice and not a hard requirement."
msgstr ""
"La :term:`free-threaded <free threading>` compilación requiere que solamente "
"La compilación :term:`free-threaded <free threading>` requiere que solamente "
"objetos se asignan usando el dominio del \"objeto\" y que todos los objetos "
"de Python se asignan usando ese dominio. Esto es diferente que los versiones "
"anteriores de Python, donde esto fue una práctica buena y no un requisito."
Expand Down
0