Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloudpickle pypy3 patch induces infinite recursion issue #11

Open
tgbugs opened this issue Jan 28, 2022 · 0 comments
Open

cloudpickle pypy3 patch induces infinite recursion issue #11

tgbugs opened this issue Jan 28, 2022 · 0 comments

Comments

@tgbugs
Copy link
Owner

tgbugs commented Jan 28, 2022

The cause might be something else, but I'm pretty sure it is that the patch is incomplete and prevents the error but lands us with the issue below.

Traceback (most recent call last):
  File "/usr/lib/pypy3.8/site-packages/cloudpickle/cloudpickle_fast.py", line 602, in dump
    return Pickler.dump(self, obj)
  File "/usr/lib/pypy3.8/pickle.py", line 500, in dump
    self.save(obj)
  File "/usr/lib/pypy3.8/pickle.py", line 616, in save
    self.save_reduce(obj=obj, *rv)
  File "/usr/lib/pypy3.8/pickle.py", line 700, in save_reduce
    save(cls)
  File "/usr/lib/pypy3.8/pickle.py", line 585, in save
    self.save_global(obj)
  File "/usr/lib/pypy3.8/pickle.py", line 1109, in save_global
    self.save(module_name)
  File "/usr/lib/pypy3.8/pickle.py", line 616, in save
    self.save_reduce(obj=obj, *rv)
  File "/usr/lib/pypy3.8/pickle.py", line 700, in save_reduce
    save(cls)
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

No branches or pull requests

1 participant