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? _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue