Staging
v0.5.1
https://github.com/python/cpython
Revision c168b5078f88874b9acd993ac886f82269c780dd authored by Petr Viktorin on 08 December 2020, 16:36:53 UTC, committed by GitHub on 08 December 2020, 16:36:53 UTC


- Copy existing xxlimited to xxlimited53 (named for the limited API version it uses)
- Build both modules, both in debug and release
- Test both modules
1 parent 4aa6785
Raw File
Tip revision: c168b5078f88874b9acd993ac886f82269c780dd authored by Petr Viktorin on 08 December 2020, 16:36:53 UTC
bpo-42111: Make the xxlimited module an example of best extension module practices (GH-23226)
Tip revision: c168b50
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