File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -887,13 +887,19 @@ msgid ""
887
887
"fixed seed for generating the hash() of the types covered by the hash "
888
888
"randomization."
889
889
msgstr ""
890
+ "Se :envvar:`PYTHONHASHSEED` for definido como um valor inteiro, ele é usado "
891
+ "como uma semente fixa para gerar o hash() dos tipos cobertos pela "
892
+ "aleatorização do hash."
890
893
891
894
#: ../../using/cmdline.rst:571
892
895
msgid ""
893
896
"Its purpose is to allow repeatable hashing, such as for selftests for the "
894
897
"interpreter itself, or to allow a cluster of python processes to share hash "
895
898
"values."
896
899
msgstr ""
900
+ "Sua finalidade é permitir hash repetível, como autotestes do próprio "
901
+ "interpretador, ou permitir que um cluster de processos Python compartilhe "
902
+ "valores de hash."
897
903
898
904
#: ../../using/cmdline.rst:575
899
905
msgid ""
You can’t perform that action at this time.
0 commit comments