-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
cat:langCategory: Language designCategory: Language designcmp:compilerComponent: Compiler backend (e.g., annotation processors, code generators)Component: Compiler backend (e.g., annotation processors, code generators)target:pythontyp:enhanceType: Enhancement/new featureType: Enhancement/new feature
Milestone
Description
E.g.:
@numeric-constraints(min=1, max=12)
unboxed month (int32);
Possible options:
-
min
(inclusive; cannot be used withgreater-than
): Add numeric-constraints annotation #271 -
max
(inclusive; cannot be used withless-than
): Add numeric-constraints annotation #271 -
greater-than
(exclusive; cannot be used withmin
) -
less-than
(exclusive; cannot be used withmax
)
Metadata
Metadata
Assignees
Labels
cat:langCategory: Language designCategory: Language designcmp:compilerComponent: Compiler backend (e.g., annotation processors, code generators)Component: Compiler backend (e.g., annotation processors, code generators)target:pythontyp:enhanceType: Enhancement/new featureType: Enhancement/new feature