Skip to content

Commit ebd8ae9

Browse files
committed
docs: added found bugs to readme and some todos
1 parent 2e55fcc commit ebd8ae9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -84,17 +84,26 @@ find_issue()
8484

8585
### cpython
8686

87+
#### 3.12
8788
* https://github.com/python/cpython/issues/109219
8889
* https://github.com/python/cpython/issues/109823
8990
* https://github.com/python/cpython/issues/109719
9091
* https://github.com/python/cpython/issues/109627
9192
* https://github.com/python/cpython/issues/109219
9293
* https://github.com/python/cpython/issues/109118
9394
* 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
94101

95102
## Todo:
96103

97104
* [ ] refactor the existing code
105+
* add better context information to `probability()`
106+
* remove `fix()` function and move code into `probability()`
98107
* [ ] use probabilities for the ast-nodes from existing python code (use markov chains)
99108
* [x] support older python versions
100109
* [ ] allow to customize the probabilities to generate code to test specific language features

0 commit comments

Comments
 (0)