Commit b9f473c
committed
Merge branch 'main' into fix-issue21914
* main: (463 commits)
pythongh-140601: Add ResourceWarning to iterparse when not closed (pythonGH-140603)
pythongh-137969: Fix double evaluation of `ForwardRef`s which rely on globals (python#140974)
pythongh-139109: A new tracing JIT compiler frontend for CPython (pythonGH-140310)
pythongh-141004: Document `PyErr_RangedSyntaxLocationObject` (python#141521)
pythongh-140873: Add support of non-descriptor callables in functools.singledispatchmethod() (pythonGH-140884)
pythongh-139653: Add PyUnstable_ThreadState_SetStackProtection() (python#139668)
pythongh-141004: Document `PyCode_Optimize` (pythonGH-141378)
pythongh-141004: Document C APIs for dictionary keys, values, and items (pythonGH-141009)
pythongh-137959: Fix `TIER1_TO_TIER2` macro name in JIT InternalDocs (pythonGH-141496)
pythongh-139871: Add `bytearray.take_bytes([n])` to efficiently extract `bytes` (pythonGH-140128)
pythongh-140601: Refactor ElementTree.iterparse() tests (pythonGH-141499)
pythongh-135801: Add the module parameter to compile() etc (pythonGH-139652)
pythongh-140260: fix data race in `_struct` module initialization with subinterpreters (python#140909)
pythongh-137109: refactor warning about threads when forking (python#141438)
pythongh-141004: Document `PyRun_InteractiveOneObject` (pythonGH-141405)
pythongh-124111: Fix TCL 9 thread detection (pythonGH-128103)
pythongh-141442: Add escaping to iOS testbed arguments (python#141443)
pythongh-140936: Fix JIT assertion crash at finalization if some generator is alive (pythonGH-140969)
Add details about JIT build infrastructure and updating dependencies to `Tools/jit` (python#141167)
pythongh-141412: Use reliable target URL for urllib example (pythonGH-141428)
...File tree
1,512 files changed
+34186
-13017
lines changed- .devcontainer/wasi
- .github/workflows
- Android/testbed/app
- Apple
- iOS
- testbed
- TestbedTests
- Doc
- c-api
- data
- deprecations
- extending
- faq
- howto
- includes
- library
- reference
- tools
- extensions
- templates
- tutorial
- using
- whatsnew
- Grammar
- Include
- cpython
- internal
- InternalDocs
- Lib
- _pyrepl
- asyncio
- concurrent/futures
- ctypes
- email
- encodings
- ensurepip
- _bundled
- html
- http
- idlelib
- idle_test
- importlib
- metadata
- json
- logging
- multiprocessing
- pathlib
- profiling
- sampling
- tracing
- pydoc_data
- re
- sqlite3
- sysconfig
- test
- libregrtest
- support
- test_ast
- test_asyncio
- test_capi
- test_cext
- test_concurrent_futures
- test_dataclasses
- test_email
- data
- test_free_threading
- test_import
- data
- test_inspect
- test_io
- test_json
- test_os
- test_pathlib
- test_profiling
- test_pydoc
- test_pyrepl
- test_sqlite3
- test_tkinter
- test_warnings
- tkinter
- urllib
- xml/etree
- Mac/BuildScript
- Misc
- NEWS.d
- next
- Build
- C_API
- Core_and_Builtins
- Documentation
- IDLE
- Library
- Security
- Tests
- Tools-Demos
- Windows
- macOS
- Modules
- _ctypes
- _decimal
- clinic
- _hacl
- include/krml
- internal
- internal
- _io
- clinic
- _sqlite
- _sre
- _testcapi
- _testinternalcapi
- _testlimitedcapi
- _xxtestfuzz
- _zstd
- cjkcodecs
- clinic
- Objects
- clinic
- PCbuild
- PC
- layout/support
- Parser
- lexer
- tokenizer
- Programs
- Python
- clinic
- Tools
- build
- c-analyzer
- cpython
- distutils
- cases_generator
- clinic/libclinic
- jit
- peg_generator/peg_extension
- scripts
- tsan
- tz
- wasm/wasi
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,512 files changed
+34186
-13017
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 112 | | |
119 | 113 | | |
120 | 114 | | |
121 | 115 | | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | 116 | | |
127 | 117 | | |
128 | 118 | | |
| |||
278 | 268 | | |
279 | 269 | | |
280 | 270 | | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | 271 | | |
287 | 272 | | |
288 | 273 | | |
| |||
304 | 289 | | |
305 | 290 | | |
306 | 291 | | |
307 | | - | |
308 | | - | |
309 | | - | |
310 | | - | |
311 | 292 | | |
312 | 293 | | |
313 | 294 | | |
| |||
339 | 320 | | |
340 | 321 | | |
341 | 322 | | |
342 | | - | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | 323 | | |
348 | 324 | | |
349 | 325 | | |
| |||
370 | 346 | | |
371 | 347 | | |
372 | 348 | | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | 349 | | |
378 | 350 | | |
379 | 351 | | |
| |||
414 | 386 | | |
415 | 387 | | |
416 | 388 | | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
417 | 412 | | |
418 | 413 | | |
419 | 414 | | |
| |||
456 | 451 | | |
457 | 452 | | |
458 | 453 | | |
459 | | - | |
460 | | - | |
461 | | - | |
462 | | - | |
463 | 454 | | |
464 | 455 | | |
465 | 456 | | |
| |||
470 | 461 | | |
471 | 462 | | |
472 | 463 | | |
473 | | - | |
474 | | - | |
475 | | - | |
476 | | - | |
477 | | - | |
478 | 464 | | |
479 | 465 | | |
480 | 466 | | |
| |||
558 | 544 | | |
559 | 545 | | |
560 | 546 | | |
561 | | - | |
562 | | - | |
563 | | - | |
564 | | - | |
565 | | - | |
566 | 547 | | |
567 | 548 | | |
568 | 549 | | |
| |||
588 | 569 | | |
589 | 570 | | |
590 | 571 | | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | 572 | | |
597 | 573 | | |
598 | 574 | | |
| |||
639 | 615 | | |
640 | 616 | | |
641 | 617 | | |
642 | | - | |
643 | | - | |
644 | | - | |
645 | | - | |
646 | | - | |
647 | 618 | | |
648 | 619 | | |
649 | 620 | | |
| |||
723 | 694 | | |
724 | 695 | | |
725 | 696 | | |
| 697 | + | |
726 | 698 | | |
727 | 699 | | |
728 | 700 | | |
| |||
759 | 731 | | |
760 | 732 | | |
761 | 733 | | |
| 734 | + | |
762 | 735 | | |
763 | 736 | | |
764 | 737 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
| 72 | + | |
72 | 73 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
82 | 84 | | |
83 | 85 | | |
84 | 86 | | |
| |||
138 | 140 | | |
139 | 141 | | |
140 | 142 | | |
141 | | - | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| |||
166 | 168 | | |
167 | 169 | | |
168 | 170 | | |
169 | | - | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
183 | 185 | | |
184 | 186 | | |
185 | 187 | | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 39 | | |
45 | 40 | | |
46 | | - | |
| 41 | + | |
47 | 42 | | |
48 | | - | |
| 43 | + | |
49 | 44 | | |
50 | 45 | | |
51 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | 37 | | |
43 | 38 | | |
44 | 39 | | |
| |||
77 | 72 | | |
78 | 73 | | |
79 | 74 | | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 75 | | |
86 | 76 | | |
87 | 77 | | |
| |||
0 commit comments