forked fromRustPython/RustPython
- Notifications
You must be signed in to change notification settings - Fork0
Commitaf884cb
authored
First step for Python 3.12 support (RustPython#5078)
* Mark 3.12* Update importlib from Python 3.12.0* Update test_importlib from Python3.12* Mark failings tests from importlib* Update test.support from Python3.12* Fix unsupported parser feature* mark failing test* Update functools from Python 3.12* manual type annotation* slice behavior changed in 3.12* empty unittest.main returns non-zero* test_decimal from CPython 3.12* Mark failing tests* Update test_unicode from CPython 3.12* Update test_functools from Python 3.12* Update enum from Python 3.12* enum* Doc format changed* Update test_module from CPython---------Co-authored-by: CPython developers <>1 parenta75f26b commitaf884cb
File tree
113 files changed
+4828
-3626
lines changed- .github/workflows
- Lib
- importlib
- metadata
- resources
- test
- support
- test_importlib
- builtin
- extension
- frozen
- import_
- resources
- data01
- subdirectory
- data02
- one
- subdirectory/subsubdir
- two
- data03
- namespace
- portion1
- portion2
- namespacedata01
- zipdata01
- zipdata02
- source
- test_module
- extra_tests/snippets
- vm/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
113 files changed
+4828
-3626
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments
Comments
(0)