Staging
v0.5.1
https://github.com/python/cpython
Revision 7f413a5d95e6d7ddddd6e2c9844c33594d6288f4 authored by Victor Stinner on 23 September 2020, 12:05:32 UTC, committed by GitHub on 23 September 2020, 12:05:32 UTC
Fix PyUnicode_InternInPlace() when the INTERNED_STRINGS macro is not
defined (when the EXPERIMENTAL_ISOLATED_SUBINTERPRETERS macro is
defined).
1 parent 19c3ac9
Raw File
Tip revision: 7f413a5d95e6d7ddddd6e2c9844c33594d6288f4 authored by Victor Stinner on 23 September 2020, 12:05:32 UTC
bpo-40521: Fix PyUnicode_InternInPlace() (GH-22376)
Tip revision: 7f413a5
CODE_OF_CONDUCT.md
# Code of Conduct

Please note that all interactions on
[Python Software Foundation](https://www.python.org/psf-landing/)-supported
infrastructure is [covered](https://www.python.org/psf/records/board/minutes/2014-01-06/#management-of-the-psfs-web-properties)
by the [PSF Code of Conduct](https://www.python.org/psf/codeofconduct/),
which includes all the infrastructure used in the development of Python itself
(e.g. mailing lists, issue trackers, GitHub, etc.).

In general, this means that everyone is expected to be **open**, **considerate**, and
**respectful** of others no matter what their position is within the project.

back to top