We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
_decimal
The following leaks can be seen since a43cc3f, fb0d9b9:
>python -X showrefcount -c "import _decimal" [7117 refs, 4232 blocks]
3.13, CPython main branch
Windows
The text was updated successfully, but these errors were encountered:
gh-123243: Fix reference leak in _decimal (#123244)
5ff638f
pythongh-123243: Fix reference leak in _decimal (pythonGH-123244)
ddc48bf
(cherry picked from commit 5ff638f) Co-authored-by: neonene <[email protected]>
[3.13] gh-123243: Fix reference leak in _decimal (GH-123244) (#123280)
a65fe07
gh-123243: Fix reference leak in `_decimal` (GH-123244) (cherry picked from commit 5ff638f) Co-authored-by: neonene <[email protected]>
_pylong
decimal
No branches or pull requests
Bug report
Bug description:
The following leaks can be seen since a43cc3f, fb0d9b9:
CPython versions tested on:
3.13, CPython main branch
Operating systems tested on:
Windows
Linked PRs
_decimal
(GH-123244) #123280The text was updated successfully, but these errors were encountered: