Dusseldorf PyPy/HPy/other sprint Sept 19-23, 2022
I'm happy to announce that we will finally have another PyPy/HPy/other sprint in Düsseldorf, Germany from September 19-23, 2022.
The sprint will be located at Heinrich Heine University Düsseldorf. Many thanks to Carl Friedrich for organizing this.
We will again follow an open format, i.e., everyone that is interesting in HPy, PyPy, or some related topic is welcome to join the sprint.
See also the announcement on the PyPy blog.
hpy 0.0.4: Third public release
HPy 0.0.4 is out! The third official HPy release comes with many new features and was again made available on PyPI.
Major highlights of the release are a bunch of new API functions (e.g.
HPyErr_ExceptionMatches
, HPyErr_WarnEx
, HPy_Contains
, and more),
Python 3.10 support, better support for native fields (HPyField
) and global
variables (HPyGlobal
), new debug mode features (detect invalid raw data
pointer usage, detect invalid closing of argument handles, detect return of
invalid handles).
Great news too is that we are now able to provide two more non-trivial projects that have been (partially) migrated to HPy. This is, Kiwisolver and Matplotlib.
hpy 0.0.3: Second public release
HPy 0.0.3 is out! This is already HPy's second officially released version and was again made available on PyPI.
The major highlights of this release are new API functions, new debug mode features, and Windows support.
hpy 0.0.2: First public release
HPy 0.0.2 is out! This is the first version which is officially released and made available on PyPI.
The major highlight of this release is that it is supported by three different Python implementations: CPython, PyPy and GraalPython.
#hpy IRC moves to Libera.Chat
Following the example of many other FOSS projects, the HPy team has
decided to move its official #hpy
IRC channel from Freenode to
Libera.Chat: irc.libera.chat/hpy
The core devs will no longer be present on the Freenode channel, so we recommend to join the new channel as soon as possible.
wikimedia.org has a nice guide on how to setup your client to migrate from Freenode to Libera.Chat.
HPy @ Python Language Summit
Yesterday I had the privilege to give a talk about HPy (sildes) at the Python Language Summit 2021.
The organizers of the summit will soon publish a full report about the event (edit: now available here), but for the HPy-specific part, we got generally good feedback. Someone has a few concerns that if CPython is to change the API, HPy might not be going far enough. Others said that Python shouldn't wait for the "perfect" API if HPy can be the "good" one that helps it evolve.
Everyone was open to have HPy-compatible wheels on PyPI, once the HPy Universal ABI stays relatively stable. Many people suggested that we should really write a PEP to propose HPy as a "semi-official" API for Python.
HPy Status Update
HPy's first git commit was on Friday, 12 July 2019. Despite the crazy state of the world, HPy has come a long way since then. This is a quick update to say where we are now and what's planned for the immediate future.
Hello, HPy
Welcome to the shiny new HPy blog!
HPy has been around for a while now. The initial discussion started during EuroPython 2019, in the good old times when we could still go to conferences and have real-life meetings. Since then, HPy progressed a lot from the point of view of the actual code, but we have been a bit too silent w.r.t. communicating what we are doing to the external world and to the broader Python community. Hopefully, now that this blog is online we will do a better job at periodically communicating the status of HPy, so make sure to subscribe to the RSS feed.