python-ndn
python-ndn copied to clipboard
Add multithread support
Python 3.13 has an option to disable GIL which allows free-threaded execution. Is it possible or beneficial to add multithreading support to python-ndn?