Staging
v0.8.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
PULL_REQUEST_TEMPLATE.md
<!--
Thanks for your contribution!
Please read this comment in its entirety. It's quite important.

# Pull Request title

It should be in the following format:

```
bpo-NNNN: Summary of the changes made
```

Where: bpo-NNNN refers to the issue number in the https://bugs.python.org.

Most PRs will require an issue number. Trivial changes, like fixing a typo, do not need an issue.

# Backport Pull Request title

If this is a backport PR (PR made against branches other than `master`),
please ensure that the PR title is in the following format:

```
[X.Y] <title from the original PR> (GH-NNNN)
```

Where: [X.Y] is the branch name, e.g. [3.6].

GH-NNNN refers to the PR number from `master`.

-->
back to top