You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2020. It is now read-only.
In theory this should be a transparent change for any project that interacts with compiled code solely through the dis module, but since VoC transpiles CPython bytecode I figured you may want to take a closer look at the implications.
The text was updated successfully, but these errors were encountered:
I've begun implementation of 16-bit wordcode in PR #536. The changes are wound up in also trying to get dicts to work for 3.6.1. Unfortunately, both the 16-bit wordcode change as well as the new opcode changes (like the new dict support) have to be done at the same time.
Via @ncoghlan, reporting beeware/voc#132:
This is an early heads up that CPython will be switching to a 16-bit wordcode format as of 3.6a2: http://bugs.python.org/issue26647
The change itself is in https://hg.python.org/cpython/rev/3a57eafd8401
In theory this should be a transparent change for any project that interacts with compiled code solely through the
dis
module, but since VoC transpiles CPython bytecode I figured you may want to take a closer look at the implications.The text was updated successfully, but these errors were encountered: