Skip to content

Commit 94f2224

Browse files
authored
Update patched CPython from 3.11.2 to 3.11.9 + fixed Windows release segfault (#211)
* update cpython * increased cpython C stack size * Update API.md
1 parent a94eb5b commit 94f2224

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[submodule "usvm-python/cpythonadapter/cpython"]
22
path = usvm-python/cpythonadapter/cpython
33
url = https://github.com/tochilinak/cpython.git
4-
branch = wrapper-v2
4+
branch = wrapper-3.11.9

usvm-python/cpythonadapter/cpython

Submodule cpython updated 1428 files

usvm-python/docs/API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# API between patched CPython and USVM
22

3-
Current CPython patch: https://github.com/tochilinak/cpython/pull/3/files.
3+
Current CPython patch: https://github.com/tochilinak/cpython/pull/4/files.
44

55
## SymbolicAdapter
66

77
All interaction between CPython and USVM is done through structure `SymbolicAdapter`.
88

9-
Header: [`symbolicadapter.h`](https://github.com/tochilinak/cpython/blob/wrapper-v2/Include/symbolicadapter.h).
9+
Header: [`symbolicadapter.h`](https://github.com/tochilinak/cpython/blob/wrapper-3.11.9/Include/symbolicadapter.h).
1010

1111
Creation of symbolic adapter:
1212
```c

0 commit comments

Comments
 (0)