issues
search
Stewori
/
pytypes
Typing-toolbox for Python 3 _and_ 2.7 w.r.t. PEP 484.
Apache License 2.0
200
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Mistake
#121
ZanSara
closed
1 year ago
0
AttributeError: 'NoneType' object has no attribute '__bound__'
#120
iperov
closed
1 year ago
5
VSCode incorrect decorated func hint
#119
iperov
closed
1 year ago
7
Incorrect collections imports in type_util.py
#118
jolaf
opened
2 years ago
1
@typechecked fails to correctly parse functions with PEP 3102
#117
sg-s
opened
2 years ago
0
Support Python 3.10
#116
llchan
opened
2 years ago
7
Infer return type of generic functions based on input
#115
betodealmeida
opened
2 years ago
0
`is_subtype` fails with `List[TypeVar]`
#114
betodealmeida
opened
2 years ago
0
pytypes breaks @autoreload in a somewhat dangerous way
#113
sg-s
opened
2 years ago
8
please improve error messages when functions decorated with @typechecked are called with incorrect types
#112
sg-s
opened
2 years ago
0
New release
#111
rover-debug
closed
2 years ago
1
Fix typos discovered by codespell
#110
cclauss
closed
2 years ago
0
GitHub Action to lint Python code
#109
cclauss
closed
1 year ago
0
Run CI on pull requests
#108
mitar
closed
2 years ago
0
Inspect stack frame by frame to improve performance
#107
rover-debug
closed
2 years ago
12
Update setuptools
#106
Stewori
closed
2 years ago
2
Configure GitHub actions
#105
mitar
closed
2 years ago
11
Fixed support for get_type
#104
mitar
closed
3 years ago
11
Some differences between Python 3.6 and 3.8
#103
mitar
opened
3 years ago
3
is_of_type does not work as expected with Annotated[Generic[T], ...]
#102
phubaba
opened
3 years ago
1
pytypes is_of_type: counter-intuitive result on semi-primitive types like list and dict
#101
Martmists-GH
opened
3 years ago
5
Utility to validate stubfile signatures against .py implementations
#100
dbarnett
opened
4 years ago
4
Python 3.8 Compatibility
#99
rmorshea
opened
4 years ago
1
Change typechecked to consistently return exact input type
#98
dbarnett
closed
4 years ago
0
typechecked(string) should have more consistent return type
#97
dbarnett
closed
4 years ago
1
Add type hints for @typechecked
#96
dbarnett
closed
4 years ago
13
_check_caller_type can be broken by removing a blank line in typechecker_testhelper_py3.py
#95
Stewori
opened
4 years ago
0
Delete conditional imports for backports.typing
#94
dbarnett
closed
4 years ago
2
Remove backports.typing usage
#93
dbarnett
closed
4 years ago
0
Error in @typechecked with List[Dict[str, str]]
#92
leo-deprecated
opened
4 years ago
1
Fix typo It's -> Its
#91
sjjessop
closed
4 years ago
0
Issue #89: add tests for partial annotations.
#90
sjjessop
closed
4 years ago
1
Partially-annotated functions with default parameter values result in errors.
#89
sjjessop
closed
4 years ago
12
Strange failure in _recursion_check with "AttributeError: type object 'Empty' has no attribute '__origin__'"
#88
dbarnett
closed
4 years ago
4
New release?
#87
upcFrost
closed
2 years ago
2
Compliance with `vtypes`
#86
smarie
opened
4 years ago
11
Crashes ipython
#85
twoertwein
closed
4 years ago
2
RecursionError on is_subtype()
#84
jtrakk
closed
4 years ago
3
add a "quickstart" or similar to the documentation
#83
zevaverbach
closed
4 years ago
2
Cannot use typing.Generic with pytypes
#82
udim
closed
5 years ago
12
Incompatible types at # type: ignore
#81
jolaf
opened
5 years ago
2
ReturnTypeError occurs on exception
#80
jolaf
opened
5 years ago
0
Ellipsis not working in Callable annotation
#79
jolaf
opened
5 years ago
1
How to provide stubs to be used by global_annotations_decorator?
#78
jolaf
opened
5 years ago
13
enable_global_annotations_decorator() crashes
#77
jolaf
opened
5 years ago
0
List and other invariant types should behave covariantly on runtime typechecking
#76
Stewori
opened
5 years ago
3
set_global_annotations_decorator is not working
#75
jolaf
opened
5 years ago
0
pytypes code is not completely annotated
#74
jolaf
opened
5 years ago
18
Type[] annotation is not handled correctly
#73
jolaf
opened
5 years ago
1
Iterator and Generator annotations are not processed correctly
#72
jolaf
opened
5 years ago
0
Next