[
https://issues.apache.org/jira/browse/BEAM-3380?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17546781#comment-17546781
]
Kenneth Knowles commented on BEAM-3380:
---------------------------------------
This issue has been migrated to https://github.com/apache/beam/issues/18612
> Make type inference compatible with Python 3.6
> ----------------------------------------------
>
> Key: BEAM-3380
> URL: https://issues.apache.org/jira/browse/BEAM-3380
> Project: Beam
> Issue Type: Task
> Components: sdk-py-core
> Reporter: Luke Zhu
> Priority: P3
>
> Starting in Python 3.6, instructions always use two bytes. As the Python SDKs
> implementation of trivial type inference relies on these disassembled
> instructions, typehints/trivial_inference.py should be updated to be
> compatible with this change. This can be done by comparing
> https://github.com/python/cpython/blob/3.6/Lib/dis.py to
> https://github.com/python/cpython/blob/3.5/Lib/dis.py
--
This message was sent by Atlassian Jira
(v8.20.7#820007)