Commit 6bde9ef
committed
Fix builtins.modules.io.TextIOWrapperNodes.CheckClosedNode and use inliningTarged as current node
An inlined PRaiseNode is passed to a static method that in turn passes it to the LanguageReference#get method, which results in the PythonLanguage instance not being a partial evaluation constant, which among other things causes compilation failures.1 parent d1de6d9 commit 6bde9ef
File tree
1 file changed
+2
-3
lines changed- graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/modules/io
1 file changed
+2
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
| 186 | + | |
188 | 187 | | |
189 | 188 | | |
190 | | - | |
| 189 | + | |
191 | 190 | | |
192 | 191 | | |
193 | 192 | | |
| |||
0 commit comments