[Python] Incorrect reserved word escaping for dependency modules #5469
Labels
kind: bug
Crashes, unsoundness, incorrect output, etc. If possible, add a `part:` label
lang: python
Dafny's Python transpiler and its runtime
Dafny version
4.6.0
Code to produce this issue
Command to run and resulting output
What happened?
SomeDependencyModule.py
correctly references the generatedNone_None
type.SomeModule.py
incorrectly references the generatedNone_None
type by referring to it asNone__None
.I expected SomeModule to reference it as
None_None
.What type of operating system are you experiencing the problem on?
Mac
The text was updated successfully, but these errors were encountered: