Staging
v0.8.1
https://github.com/python/cpython
Revision da1fe768e582387212201ab8737a1a5f26110664 authored by Miss Islington (bot) on 17 March 2020, 08:25:34 UTC, committed by GitHub on 17 March 2020, 08:25:34 UTC

PyObject_GenericSetDict() takes three arguments, not two.
(cherry picked from commit a45b695b9fcfbbb0a087222abc5c8d691a7d2770)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
1 parent 046255c
Raw File
Tip revision: da1fe768e582387212201ab8737a1a5f26110664 authored by Miss Islington (bot) on 17 March 2020, 08:25:34 UTC
bpo-39973: Fix the docs for PyObject_GenericSetDict() (GH-19026)
Tip revision: da1fe76
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