logoalt Hacker News

miohtama07/31/20252 repliesview on HN

What's up with PyPy lately? Anyone using it in production?


Replies

cpburns200908/01/2025

I've been using it in production for 5 years now for an e-commerce website, and a lot of ETL and web apps for work. It runs flawlessly. The only real annoyance I run into is having to have the Rust toolchain installed in order to build the cryptography package.

ziihrs07/31/2025

Yep. It supports Python 3.11 now.