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 @@ -2266,7 +2266,7 @@ Basic customization
22662266 This is intended to provide protection against a denial-of-service caused
22672267 by carefully chosen inputs that exploit the worst case performance of a
22682268 dict insertion, *O *\ (*n *\ :sup: `2`) complexity. See
2269- http ://ocert.org/advisories/ocert-2011-003.html for details.
2269+ https ://ocert.org/advisories/ocert-2011-003.html for details.
22702270
22712271 Changing hash values affects the iteration order of sets.
22722272 Python has never made guarantees about this ordering
Original file line number Diff line number Diff line change @@ -381,7 +381,7 @@ Miscellaneous options
381381 Hash randomization is intended to provide protection against a
382382 denial-of-service caused by carefully chosen inputs that exploit the worst
383383 case performance of a dict construction, *O *\ (*n *\ :sup: `2`) complexity. See
384- http ://ocert.org/advisories/ocert-2011-003.html for details.
384+ https ://ocert.org/advisories/ocert-2011-003.html for details.
385385
386386 :envvar: `PYTHONHASHSEED ` allows you to set a fixed value for the hash
387387 seed secret.
You can’t perform that action at this time.
0 commit comments