An update on the Pyjion project to plug a JIT into CPython using the .NET 5 CLR JIT compiler| tonybaloney.github.io
Exploring new features in upcoming Python 3.8 and how they address the GIL.| tonybaloney.github.io
A list of common security holes in Python applications, what causes them and how not to make those mistakes.| tonybaloney.github.io
In order to perform well, virtual machines for dynamic languages must specialize the code that they execute to the types and values in the program being run. This specialization is often associated with “JIT” compilers, but is beneficial even without ma...| Python Enhancement Proposals (PEPs)