| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
🤖 New build scheduled with the buildbot fleet by @markshannon for commit a2ac8e7 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F131072%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again. |
Sorry, something went wrong.
|
This fixes the refleaks introduced by #127875. The buildbots are failing due to another leak #117500 (comment) |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Should fix the failing refleak buildbots.
There is no actual leak, but the refcount accounting was off for interned strings and, possibly other objects, that are made immortal when a _PyStackRef to them already exists.