[ 
https://issues.apache.org/jira/browse/BEAM-5490?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16671823#comment-16671823
 ] 

Valentyn Tymofieiev commented on BEAM-5490:
-------------------------------------------

https://github.com/apache/beam/pull/6781 should provide mitigation for the 
problem.

> Beam should not irreversibly modify inspect.getargspec
> ------------------------------------------------------
>
>                 Key: BEAM-5490
>                 URL: https://issues.apache.org/jira/browse/BEAM-5490
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-py-core
>            Reporter: Chuan Yu Foo
>            Assignee: Valentyn Tymofieiev
>            Priority: Major
>
> In the Python SDK, in {{typehints/decorators.py}}, Beam irreversibly 
> monkey-patches {{inspect.getargspec}} for its own purposes. This is really 
> bad form, since it leads to hard to debug issues in other modules which also 
> use {{inspect.getargspec}} when Beam is imported. 
> Beam should either maintain its own modified copy of the functions it needs, 
> or else it should always reverse the monkey-patching so that it does not 
> affect other modules.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to