-
-
Notifications
You must be signed in to change notification settings - Fork 34.8k
gh-135801: Add the module parameter to compile() etc #139652
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
Changes from 1 commit
9a927b3
6a0b081
eb234eb
3610927
cb551e7
92d4e5d
05a48bc
db56d94
671df9b
2d12469
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
- Loading branch information
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| Many functions related to compiling or parsing Python code, such as | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Does this also fix any bugs where modules imported through the import system produce incorrect SyntaxWarnings? If so, that should be mentioned separately.
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is already mentioned: "the module name used when filtering syntax warnings." Can you propose better wording? |
||
| :func:`compile`, :func:`ast.parse`, :func:`symtable.symtable`, and | ||
| :func:`importlib.InspectLoader.source_to_code` now allow to pass the module | ||
| :func:`importlib.abc.InspectLoader.source_to_code` now allow to pass the module | ||
| name used when filtering syntax warnings. | ||
Uh oh!
There was an error while loading. Please reload this page.