[
https://issues.apache.org/jira/browse/AVRO-2921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17362946#comment-17362946
]
ASF subversion and git services commented on AVRO-2921:
-------------------------------------------------------
Commit 11621b56a5c0729d92b77974e0cd7835dab57356 in avro's branch
refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=11621b5 ]
AVRO-2921: Type Hints for avro.schema and avro.protocol (#1259)
* More Type Hints for avro.schema
* Type Fixes for avro.protocol
Adds a dependency to
[typing-extensions](https://github.com/python/typing/blob/master/typing_extensions/README.rst),
which has an [Apache Compatible 3rd Party
License](https://www.apache.org/legal/resolved.html).
- The dependency only applies to installations with Python versions earlier
than 3.8.
- It is licensed under the [Python Software Foundation
License](https://github.com/python/typing/blob/master/LICENSE).
> Add Widespread Type Hinting in Python Implementation
> ----------------------------------------------------
>
> Key: AVRO-2921
> URL: https://issues.apache.org/jira/browse/AVRO-2921
> Project: Apache Avro
> Issue Type: Task
> Components: python
> Reporter: Michael A. Smith
> Assignee: Michael A. Smith
> Priority: Major
>
> Now that we only support Python 3.5 and above we can start adding type hints
> to the python implementation. This will improve quality, reveal long hidden
> bugs and API inconsistencies, and make future changes confident and easier.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)