Commit e391218
committed
Merge branch 'main' into nodeaddict
* main:
pythongh-102493: fix normalization in PyErr_SetObject (python#102502)
pythongh-87092: compiler's CFG construction moved to after codegen stage (python#102320)
pythongh-95913: Consolidate build requirements changes in 3.11 WhatsNew (pythonGH-98781)
Remove redundant `_ensure_future` in favor of `ensure_future` in `asyncio` (python#102398)
pythongh-95913: Edit Faster CPython section in 3.11 WhatsNew (pythonGH-98429)
pythongh-90110: Fix the c-analyzer Tool (python#102483)
pythongh-101759: Update macOS installer SQLite 3.40.1 checksum (pythongh-102485)
Remove unused import of `warnings` from `unittest.loader` (python#102479)
Add gettext support to tools/extensions/c_annotations.py (python#101989)File tree
22 files changed
+605
-325
lines changed- Doc
- tools
- extensions
- templates
- whatsnew
- Include/internal
- Lib
- asyncio
- test/test_capi
- unittest
- Mac/BuildScript
- Misc/NEWS.d/next/Core and Builtins
- Modules/_testcapi
- Objects
- Python
- Tools/c-analyzer
- c_parser
- parser
- preprocessor
- cpython
22 files changed
+605
-325
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
171 | | - | |
| 172 | + | |
172 | 173 | | |
173 | | - | |
| 174 | + | |
174 | 175 | | |
175 | | - | |
| 176 | + | |
176 | 177 | | |
177 | 178 | | |
178 | 179 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
89 | 90 | | |
90 | 91 | | |
91 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
| 24 | + | |
| 25 | + | |
26 | 26 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
| |||
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
123 | 129 | | |
124 | 130 | | |
125 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
630 | 630 | | |
631 | 631 | | |
632 | 632 | | |
633 | | - | |
634 | | - | |
635 | | - | |
636 | | - | |
637 | 633 | | |
638 | 634 | | |
639 | 635 | | |
| |||
798 | 794 | | |
799 | 795 | | |
800 | 796 | | |
801 | | - | |
| 797 | + | |
802 | 798 | | |
803 | 799 | | |
804 | 800 | | |
| |||
855 | 851 | | |
856 | 852 | | |
857 | 853 | | |
858 | | - | |
| 854 | + | |
859 | 855 | | |
860 | 856 | | |
861 | 857 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
143 | 171 | | |
144 | 172 | | |
145 | 173 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
0 commit comments