{{ message }}
Add no-GIL interpreter support#641
Merged
methane merged 18 commits intoJun 2, 2026
Merged
Conversation
Add `pytest-run-parallel` as dependency, test no-GIL interpreters in CI, and mark Cython module as safe for freethreaded interpreters.
lysnikolaou
reviewed
Aug 6, 2025
lysnikolaou
left a comment
Contributor
There was a problem hiding this comment.
Hey @clin1234! Thanks for working on this. I'm not the maintainer here, but I'm leaving a couple of comments to help move this forward.
Sorry, something went wrong.
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
lysnikolaou
reviewed
Aug 7, 2025
lysnikolaou
left a comment
Contributor
There was a problem hiding this comment.
Thanks for iterating on this so quickly @clin1234! Left some more comments on here. Hope these are helpful!
Sorry, something went wrong.
On Windows, attempting to upgrade `pip` within CI always yields this: ``` Run pip install -U pip Requirement already satisfied: pip in c:\hostedtoolcache\windows\python\3.10.11\x64\lib\site-packages (25.1.1) Collecting pip Downloading pip-25.2-py3-none-any.whl.metadata (4.7 kB) Downloading pip-25.2-py3-none-any.whl (1.8 MB) ---------------------------------------- 1.8/1.8 MB 48.1 MB/s eta 0:00:00 Notice: A new release of pip is available: 25.1.1 -> 25.2 Notice: To update, run: python.exe -m pip install --upgrade pip ERROR: To modify pip, please run the following command: C:\hostedtoolcache\windows\Python\3.10.11\x64\python.exe -m pip install -U pip Error: Process completed with exit code 1. ```
ferdnyc
reviewed
Sep 5, 2025
methane
reviewed
Sep 6, 2025
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Co-authored-by: Frank Dana <ferdnyc@gmail.com>
Per msgpack#641 (comment), sharing more than one `Packer` object is not supported.
ferdnyc
reviewed
Sep 16, 2025
khneal
reviewed
Sep 19, 2025
Hide details
View details
methane
merged commit
9de2fd9
into
msgpack:main
Jun 2, 2026
26 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.
No description provided.