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 @@ -2256,7 +2256,7 @@ Basic customization
22562256 This is intended to provide protection against a denial-of-service caused
22572257 by carefully chosen inputs that exploit the worst case performance of a
22582258 dict insertion, *O *\ (*n *\ :sup: `2`) complexity. See
2259- http ://ocert.org/advisories/ocert-2011-003.html for details.
2259+ https ://ocert.org/advisories/ocert-2011-003.html for details.
22602260
22612261 Changing hash values affects the iteration order of sets.
22622262 Python has never made guarantees about this ordering
Original file line number Diff line number Diff line change @@ -390,7 +390,7 @@ Miscellaneous options
390390 Hash randomization is intended to provide protection against a
391391 denial-of-service caused by carefully chosen inputs that exploit the worst
392392 case performance of a dict construction, *O *\ (*n *\ :sup: `2`) complexity. See
393- http ://ocert.org/advisories/ocert-2011-003.html for details.
393+ https ://ocert.org/advisories/ocert-2011-003.html for details.
394394
395395 :envvar: `PYTHONHASHSEED ` allows you to set a fixed value for the hash
396396 seed secret.
You can’t perform that action at this time.
0 commit comments