Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6be500a

Browse filesBrowse files
committed
add news
1 parent c869028 commit 6be500a
Copy full SHA for 6be500a

File tree

Expand file treeCollapse file tree

2 files changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+8
-0
lines changed
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Creating a `ctypes.CField` with a `byte_size` that does not match the actual
2+
type size now raises a `ValueError` instead of crashing the interpreter.
3+
This makes ctypes field creation more robust and prevents silent assertion
4+
failures in debug builds.
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
Creating a `ctypes.CField` with a `byte_size` that does not match the actual
2+
type size now raises a `ValueError` instead of crashing the interpreter.
3+
This makes ctypes field creation more robust and prevents silent assertion
4+
failures in debug builds.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.