Staging
v0.8.1
https://github.com/python/cpython
Revision f3cb81431574453aac3b6dcadb3120331e6a8f1c authored by Victor Stinner on 05 November 2020, 17:12:33 UTC, committed by GitHub on 05 November 2020, 17:12:33 UTC
* Rename config_as_dict() to _PyConfig_AsDict().
* Add 'module_search_paths_set' to _PyConfig_AsDict().
* Add _PyConfig_FromDict().
* Add get_config() and set_config() to _testinternalcapi.
* Add config_check_consistency().
1 parent 4662fa9
Raw File
Tip revision: f3cb81431574453aac3b6dcadb3120331e6a8f1c authored by Victor Stinner on 05 November 2020, 17:12:33 UTC
bpo-42260: Add _PyConfig_FromDict() (GH-23167)
Tip revision: f3cb814
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