-
Notifications
You must be signed in to change notification settings - Fork 53
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: python-rapidjson/python-rapidjson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: python-rapidjson/python-rapidjson
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: sub-interpreters
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 1 file changed
- 2 contributors
Commits on Aug 24, 2026
-
Turn rapidjson.Decoder into heap type
Each static type is uniq and global for all subinterpreters and can't access cached PyObjects. Decoder do use cached PyObjecs and must access cache stored in module rather than in static variables. Static type it can't access "proper module" due to its "per process singleton nature". The recomended way is to turn static types into heap types in order to use cached PyObjects.
Configuration menu - View commit details
-
Copy full SHA for d413d45 - Browse repository at this point
Copy the full SHA d413d45View commit details -
Properly release the stolen StrongRef
See #227 (review) for an explanation.
Configuration menu - View commit details
-
Copy full SHA for 3ec06e7 - Browse repository at this point
Copy the full SHA 3ec06e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 428b629 - Browse repository at this point
Copy the full SHA 428b629View commit details
Commits on Aug 30, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 683e65d - Browse repository at this point
Copy the full SHA 683e65dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e6ecc07 - Browse repository at this point
Copy the full SHA e6ecc07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0786768 - Browse repository at this point
Copy the full SHA 0786768View commit details -
Move PyObject caches into a single variable of struct type.
This is a first step in the direction of subinterpreter compatibility. Is's recommended to keep such caches in the module state rather then process wide globals: https://docs.python.org/3/howto/isolating-extensions.html#managing-per-module-state Dedicated struct was created which can later on be stored in the module state. It can't be done right now since those members are accessed from static types initialization code which doesn't have access to the module. Turning such static types into heap types is also subinterpreter compatibility prerequisite: https://docs.python.org/3/howto/isolating-extensions.html#heap-types
Configuration menu - View commit details
-
Copy full SHA for 905df23 - Browse repository at this point
Copy the full SHA 905df23View commit details -
Configuration menu - View commit details
-
Copy full SHA for bda9712 - Browse repository at this point
Copy the full SHA bda9712View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec591c8 - Browse repository at this point
Copy the full SHA ec591c8View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...sub-interpreters