Skip to content

functions of Javascript modules: __qualname__ is the bare name, not module.name, which broke pickle's whichmodule - #3003

Open
fgallaire wants to merge 1 commit into
brython-dev:masterfrom
fgallaire:js-module-function-qualname
Open

fgallaire wants to merge 1 commit into
brython-dev:masterfrom
fgallaire:js-module-function-qualname

Conversation

@fgallaire

Copy link
Copy Markdown
Contributor
>>> import posix                              
>>> posix.getcwd.__qualname__                                           
'posix.getcwd'  # before                                 
>>> posix.getcwd.__qualname__                                            
'getcwd'        # after             

…odule.name, which broke pickle's whichmodule
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant