File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2205,7 +2205,7 @@ Basic customization
22052205 This is intended to provide protection against a denial-of-service caused
22062206 by carefully chosen inputs that exploit the worst case performance of a
22072207 dict insertion, *O *\ (*n *\ :sup: `2`) complexity. See
2208- http ://ocert.org/advisories/ocert-2011-003.html for details.
2208+ https ://ocert.org/advisories/ocert-2011-003.html for details.
22092209
22102210 Changing hash values affects the iteration order of sets.
22112211 Python has never made guarantees about this ordering
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ Miscellaneous options
378378 Hash randomization is intended to provide protection against a
379379 denial-of-service caused by carefully chosen inputs that exploit the worst
380380 case performance of a dict construction, *O *\ (*n *\ :sup: `2`) complexity. See
381- http ://ocert.org/advisories/ocert-2011-003.html for details.
381+ https ://ocert.org/advisories/ocert-2011-003.html for details.
382382
383383 :envvar: `PYTHONHASHSEED ` allows you to set a fixed value for the hash
384384 seed secret.
You can’t perform that action at this time.
0 commit comments