Skip to content

adjust pure_python check for option that PyPy might have _pickle#461

Open
mattip wants to merge 1 commit intopython:mainfrom
mattip:pypy
Open

adjust pure_python check for option that PyPy might have _pickle#461
mattip wants to merge 1 commit intopython:mainfrom
mattip:pypy

Conversation

@mattip
Copy link
Copy Markdown
Contributor

@mattip mattip commented Mar 31, 2026

I am working on adding a _pickle RPython implementation to PyPy. I ran into a problem where the current benchmark will ignore that possibility and will always use the pure-python version on PyPy. This PR makes the logic work for the case that PyPy does have a _pickle module and, like CPython, it is activated by default, but retains backward compatibility.

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