Skip to content

gh-114314: Avoid possibly invalid args when initializing a ctypes meta type - #114740

Closed
neonene wants to merge 2 commits into
python:mainfrom
neonene:ctypes_simple2
Closed

gh-114314: Avoid possibly invalid args when initializing a ctypes meta type#114740
neonene wants to merge 2 commits into
python:mainfrom
neonene:ctypes_simple2

Conversation

@neonene

@neoneneneonene commented Jan 30, 2024

Copy link
Copy Markdown
Contributor

An experiment to fix PyCSimpleType_init() crash due to invalid arguments: bc9c8cb.

@neonene
neonene marked this pull request as draft January 31, 2024 14:56
@neoneneneonene closed this Mar 13, 2024
@neoneneneonene reopened this Mar 13, 2024
@neoneneneonene changed the title gh-114314: Port _ctypes._SimpleCData to heap typegh-114314: Avoid possibly invalid args when initializing a ctypes meta typeMar 13, 2024
@neoneneneonene closed this Mar 17, 2024
@neoneneneonene reopened this Mar 17, 2024
@neoneneneonene closed this Mar 17, 2024
@neonene
neonene deleted the ctypes_simple2 branch March 17, 2024 20:18
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@neonene