ctypes buffer (#6311) · RustPython/RustPython@6782fa2 · GitHub
Skip to content

Commit 6782fa2

Browse files
authored
ctypes buffer (#6311)
* Fix array * from buffer * AsBuffer * Fix instruction * constructable pointer * thunk * in_dll * fix sizeof/alignment
1 parent e5aec9d commit 6782fa2

13 files changed

Lines changed: 2721 additions & 195 deletions

File tree

.cspell.dict/cpython.txt

Lines changed: 1 addition & 0 deletions

.github/copilot-instructions.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ cargo run -- script.py
4444
cargo run
4545

4646
# With specific features
47-
cargo run --features ssl
47+
cargo run --features jit
4848

4949
# Release mode (recommended for better performance)
5050
cargo run --release -- script.py
@@ -176,13 +176,6 @@ cargo build --target wasm32-wasip1 --no-default-features --features freeze-stdli
176176
cargo run --features jit
177177
```
178178

179-
### SSL Support
180-
181-
```bash
182-
# Enable SSL support
183-
cargo run --features ssl
184-
```
185-
186179
## Test Code Modification Rules
187180

188181
**CRITICAL: Test code modification restrictions**

Lib/ctypes/wintypes.py

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)