-
Notifications
You must be signed in to change notification settings - Fork 2
LRC bug #52
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
Comments
OK the above seems explainable:
returns
returns
returns |
I'll investigate this next week, but I have a theory where the two effects could come from:
Guess was correct, the object init function only sets the type without a write barrier: cpython/Include/internal/pycore_object.h Lines 175 to 184 in 6945ae8
|
Correct, there is still a bug that the binding of the region to the The relevant code snippet is here: Lines 750 to 751 in 78cedf2
|
The following code gets a crazy high LRC:
I cannot fathom why
lrc=6
.But things get weirder!
(On phase3 branch.)
The text was updated successfully, but these errors were encountered: