-
-
Notifications
You must be signed in to change notification settings - Fork 34k
gh-143504: Expose CELL status of a symbol in symtable #143549
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
Merged
+37
−0
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
b840e4e
symtable commit
Yashp002 0b676e4
symtable fix 1
Yashp002 2175829
symtable fix 2- news
Yashp002 17072bd
symtable fix 3
Yashp002 f096488
symtable fix 4
Yashp002 57b36be
symtable fix 5
Yashp002 5c558f4
symtable fix 5
Yashp002 19cd54d
Merge branch 'main' into symtable
Yashp002 a9e5bf7
symtable fix 6
Yashp002 f437b13
symtable fix 6
Yashp002 54c8de1
symtable fix 7
Yashp002 3732812
symtable fix 8
Yashp002 d36cd84
symtable fix 8
Yashp002 a1ebb69
symtable fix 9
Yashp002 611d4d3
symtable fix 9
Yashp002 700a24f
symtable fix 10
Yashp002 2b96cb5
symtable fix 10
Yashp002 8c3a597
symtable fix
Yashp002 b36df01
Update Doc/whatsnew/3.15.rst
Yashp002 2539357
symtable fix 11
Yashp002 b8df659
symtable fix 11
Yashp002 68653ee
Update Doc/library/symtable.rst
Yashp002 6a6da41
symtable fix 12
Yashp002 b5e8482
symtable fix 12
Yashp002 14a6c28
Update Lib/symtable.py
Yashp002 a8bb25a
Update Doc/library/symtable.rst
Yashp002 43b3cfc
Merge branch 'main' into symtable
iritkatriel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
Misc/NEWS.d/next/Library/2026-01-24-13-49-05.gh-issue-143594.nilGlg.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Add :meth:`symtable.Function.get_cells` and :meth:`symtable.Symbol.is_cell` methods. |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add the versionadded directive as well