Testing downstream oracledb workflow - #8
Open
msimacek wants to merge 1459 commits into
Open
Conversation
… and _PyDict_Next.
…Count is MANAGED_REFCNT
PullRequest: graalpython/4503
PullRequest: graalpython/4494
PullRequest: graalpython/4495
PullRequest: graalpython/4509
… to master * commit '9e84cbac212f9d9b8a3177fab11fa3a0f12c7a73': Update datetime unittest tags Update unittest tags Update imports
PullRequest: graalpython/4433
PullRequest: graalpython/4499
PullRequest: graalpython/4511
PullRequest: graalpython/4502
PullRequest: graalpython/4491
PullRequest: graalpython/4497
PullRequest: graalpython/4501
PullRequest: graalpython/4446
Stubs that are part of a native reference cycle can die on the managed side and be only referenced from native side. Those can reach refcount 0 and need to be freed. _Py_Dealloc would call tp_dealloc, but for some builtin types, their tp_dealloc is not prepared to handle stubs. To be consistent with how stubs are released normally from Java, upcall to GraalPyPrivate_ManagedObject_GC_Del without calling tp_dealloc.
msimacek
force-pushed
the
msimacek/GR-73057-Setup_downstream_test_for_oracledb
branch
from
May 12, 2026 16:33
6bcb746 to
5d9006e
Compare
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
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.
Testing PR for the weekly downstream test workflow.