mirror of
https://github.com/python/cpython.git
synced 2026-04-15 08:11:10 +00:00
Deprecate PEP-456 [1] support for providing an external definition of the string hashing scheme. Removal is scheduled for Python 3.19. Previously, embedders could define the ``Py_HASH_ALGORITHM`` macro to be ``Py_HASH_EXTERNAL`` [2] to indicate that the hashing scheme was provided externally but this feature was undocumented, untested and most likely unused. [1]: https://peps.python.org/pep-0456/ [2]: https://peps.python.org/pep-0456/#hash-function-selection
31 lines
651 B
ReStructuredText
31 lines
651 B
ReStructuredText
Deprecations
|
|
============
|
|
|
|
.. include:: pending-removal-in-3.15.rst
|
|
|
|
.. include:: pending-removal-in-3.16.rst
|
|
|
|
.. include:: pending-removal-in-3.17.rst
|
|
|
|
.. include:: pending-removal-in-3.18.rst
|
|
|
|
.. include:: pending-removal-in-3.19.rst
|
|
|
|
.. include:: pending-removal-in-3.20.rst
|
|
|
|
.. include:: pending-removal-in-future.rst
|
|
|
|
C API deprecations
|
|
------------------
|
|
|
|
.. include:: c-api-pending-removal-in-3.15.rst
|
|
|
|
.. include:: c-api-pending-removal-in-3.16.rst
|
|
|
|
.. include:: c-api-pending-removal-in-3.18.rst
|
|
|
|
.. include:: c-api-pending-removal-in-3.19.rst
|
|
|
|
.. include:: c-api-pending-removal-in-3.20.rst
|
|
|
|
.. include:: c-api-pending-removal-in-future.rst
|