mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
GH-103484: Fix redirected permanently URLs (#104001)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com> Co-authored-by: Oleg Iarygin <dralife@yandex.ru>
This commit is contained in:
parent
82ba6ce303
commit
68ed2a2a3f
40 changed files with 78 additions and 60 deletions
|
@ -1564,7 +1564,7 @@ Basic customization
|
|||
This is intended to provide protection against a denial-of-service caused
|
||||
by carefully chosen inputs that exploit the worst case performance of a
|
||||
dict insertion, O(n\ :sup:`2`) complexity. See
|
||||
http://www.ocert.org/advisories/ocert-2011-003.html for details.
|
||||
http://ocert.org/advisories/ocert-2011-003.html for details.
|
||||
|
||||
Changing hash values affects the iteration order of sets.
|
||||
Python has never made guarantees about this ordering
|
||||
|
|
|
@ -74,7 +74,7 @@ PyPy
|
|||
and a Just in Time compiler. One of the goals of the project is to encourage
|
||||
experimentation with the language itself by making it easier to modify the
|
||||
interpreter (since it is written in Python). Additional information is
|
||||
available on `the PyPy project's home page <https://pypy.org/>`_.
|
||||
available on `the PyPy project's home page <https://www.pypy.org/>`_.
|
||||
|
||||
Each of these implementations varies in some way from the language as documented
|
||||
in this manual, or introduces specific information beyond what's covered in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue