-
Notifications
You must be signed in to change notification settings - Fork 40
Fix remaining memory bugs #443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
7ea7a4c
fix: `Py_XDECREF` requires the GIL to be held, but it's unavailable a…
Xmader 3453696
fix: accessing a non-existent property on a Python `bytes` in JS land…
Xmader dd0aaed
fix: clean up SpiderMonkey when the PythonMonkey module gets destroyed
Xmader a0e3b05
fix: to fix memory corruption, use `PyUnicode_AsUTF8AndSize` with the…
Xmader 667abc3
fix: `PyUnicode_AsUTF8` needs a strict Python str object (not a subtype)
Xmader c804ca9
fix: to fix memory corruption, use `PyUnicode_AsUTF8AndSize` with the…
Xmader 7c74274
fix: `PyEventLoop`'s destructor should not use any Python API, after …
Xmader 73957c0
fix: `PyUnicodeObject` needs to be well-formed in a debug build of C…
Xmader 5a13901
fix: the code argument to `python.exec`/`eval` needs to be a well-for…
Xmader 8e365a7
refactor: replace the use of our own roundtrip `StrType::getValue` me…
Xmader 0eeda35
fix: properly handle the reference count when doing `list.concat()`
Xmader c63b609
perf: simply do a pythonic `result = list[:]` to get a copy of all it…
Xmader 9474990
fix the reference count
Xmader a1f11b4
Merge branch 'Xmader/feat/python-3.13-support' into Xmader/fix/fix-me…
Xmader dda2916
fix: reference count for `array_fill`
Xmader 5b9deec
set `GLOBAL_CX = null` in the final cleanup function since it's no lo…
Xmader a4762ae
fix the reference count for dicts `test_get_default_not_found` in Pyt…
Xmader 38309a3
Merge branch 'main' into Xmader/fix/fix-mem-bugs-using-debug-build
wesgarland File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
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.
Add this suggestion to a batch that can be applied as a single commit.
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.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.