◐ Shell
clean mode source ↗

_ctypes pt. 4 by arihant2math · Pull Request #5582 · RustPython/RustPython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@arihant2math

This PR tries to do the following:

  • importable ctypes Breaks pip
  • working string buffers
  • Get arguments to functions working
  • Get array arguments working (This (essentially) segfaults)

@youknowone

how about making another cut without ctypes/__init__.py?

@arihant2math

Nope, seems like ctypes._reset_cache() has to exist.

@arihant2math

youknowone

Co-authored-by: Jeong, YunWon <69878+youknowone@users.noreply.github.com>

youknowone

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

2 participants

@arihant2math @youknowone