Commit ebd8ae9 1 parent 2e55fcc commit ebd8ae9 Copy full SHA for ebd8ae9
File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -84,17 +84,26 @@ find_issue()
84
84
85
85
### cpython
86
86
87
+ #### 3.12
87
88
* https://github.com/python/cpython/issues/109219
88
89
* https://github.com/python/cpython/issues/109823
89
90
* https://github.com/python/cpython/issues/109719
90
91
* https://github.com/python/cpython/issues/109627
91
92
* https://github.com/python/cpython/issues/109219
92
93
* https://github.com/python/cpython/issues/109118
93
94
* https://github.com/python/cpython/issues/109114
95
+ * https://github.com/python/cpython/issues/109889
96
+
97
+ #### 3.13
98
+ * https://github.com/python/cpython/issues/120367
99
+ * https://github.com/python/cpython/issues/120225
100
+ * https://github.com/python/cpython/issues/124746
94
101
95
102
## Todo:
96
103
97
104
* [ ] refactor the existing code
105
+ * add better context information to ` probability() `
106
+ * remove ` fix() ` function and move code into ` probability() `
98
107
* [ ] use probabilities for the ast-nodes from existing python code (use markov chains)
99
108
* [x] support older python versions
100
109
* [ ] allow to customize the probabilities to generate code to test specific language features
You can’t perform that action at this time.
0 commit comments