We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da882cd commit 2e3573eCopy full SHA for 2e3573e
py/dml/compat.py
@@ -96,7 +96,7 @@ class dml12_inline(CompatFeature):
96
unless compiling with `-g`.
97
'''
98
short = "Never inline method arguments with a declared type in DML 1.2"
99
- last_api_version = 6
+ last_api_version = 7
100
101
102
# separate class only because last_api_version differs
@@ -148,7 +148,7 @@ class dml12_misc(CompatFeature):
148
149
150
short = "Enable various DML 1.2 quirks"
151
152
153
154
@feature
@@ -183,4 +183,4 @@ class dml12_int(CompatFeature):
183
semantics is still used for operations in that file.
184
185
short = "Use legacy integer semantics in DML 1.2"
186
0 commit comments