forked from IntelPython/sdc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow global values to be used in read_csv params (names, usecols) (I…
…ntelPython#998) Motivation: fixes a bug in RewriteReadCsv rewrite that fails compilation when exception is raised during the match phase because variable defining value of read_csv parameter is not ir.Expr node but ir.Global (and thus has no op attribute).
- Loading branch information
1 parent
3b22273
commit 1ebf55c
Showing
2 changed files
with
21 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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 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