prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.1k stars 717 forks source link

Fix ctypes usage on pypy. #1833

Closed jonathanslenders closed 6 months ago

mgorny commented 6 months ago

This works for me. Thank you!

jonathanslenders commented 6 months ago

Thanks for testing @mgorny!

jonathanslenders commented 6 months ago

@tornaria : Given that you contributed the original patch, can you confirm that this doesn't break the restoring of SIGINT?

tornaria commented 6 months ago

Tested, works fine, thank you.

jonathanslenders commented 6 months ago

Thank you!