8000 gh-130077: Enhance GrammarVisitor to differentiate visit methods for single and multi-character node classes by isatyamks · Pull Request #130162 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-130077: Enhance GrammarVisitor to differentiate visit methods for single and multi-character node classes #130162

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

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Feb 16, 2025
commit a359908fcfa18b921ca9b1e80ffc9039949059e6
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's two blurb files, go ahead and delete one of them.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Fix potential memory leak in c-field representation of Python objects

Resolved a memory leak issue in the `_PyObject_CAST` macro by ensuring proper casting and handling of c-fields. This fix improves memory management and prevents unintended behavior in CPython's internal object representation.
Loading
0