[HN Gopher] Python Bytecode Explained
       ___________________________________________________________________
        
       Python Bytecode Explained
        
       Author : eatonphil
       Score  : 38 points
       Date   : 2022-01-16 19:47 UTC (3 hours ago)
        
 (HTM) web link (github.com)
 (TXT) w3m dump (github.com)
        
       | jonpalmisc wrote:
       | For anyone wanting to play around with this online, Compiler
       | Explorer [0] supports displaying Python bytecode, such as this
       | example. [1]
       | 
       | [0] https://godbolt.org
       | 
       | [1] https://godbolt.org/z/5sYs7dT54
        
       | willcipriano wrote:
       | This is my favorite style of documentation. Information dense
       | with lots of examples.
        
       | nedbat wrote:
       | An important thing to note that is a bit buried in this text:
       | Python bytecode changes in every version, sometimes just a
       | little, sometimes a lot. So Python 3.10 has difference in the
       | bytecode instruction set from 3.9, and 3.11 will have differences
       | from 3.10.
        
       ___________________________________________________________________
       (page generated 2022-01-16 23:00 UTC)