Hi everyone,
I’m looking for advice on how to follow up on a PR that hasn’t received a review yet.
I submitted a fix for ticket #36489 back in September (a race condition bug where concurrent get_or_create()/update_or_create() calls on a OneToOneField could leave a stale unsaved object (pk=None) cached on the reverse relation.
Since then there hasn’t been any further activity.
PR: Fixed #36489 -- Fixed stale reverse OneToOne cache in get_or_create by sinachaichi · Pull Request #19890 · django/django · GitHub
Trac: #36489 (OneToOneField + concurrent get_or_create results in wrong object in field cache) – Django
What’s the recommended way to follow up? Is there anything I can do to help move this forward?
Thanks!