[pypy-issue] Issue #2736: ImportError: cannot import name '_remove_dead_weakref' on Pypy Windows (pypy/pypy)

Yeo Han, Jordan issues-reply at bitbucket.org
Mon Jan 15 20:52:43 EST 2018


New issue 2736: ImportError: cannot import name '_remove_dead_weakref' on Pypy Windows
https://bitbucket.org/pypy/pypy/issues/2736/importerror-cannot-import-name

Yeo Han, Jordan:

There is an error with the latest Pypy 5.10.0 for windows in which Pypy cannot import the library weakref.

If Pypy is used alone without any file, to replicate the error, just type.
```
#!python

import weakref
```
and the error ImportError: cannot import name '_remove_dead_weakref' will appear. This restricts using the Multiprocessing library as well as Multiprocessing uses the weakref library.

Any way to solve this?




More information about the pypy-issue mailing list