17
0

Accepting request 932236 from home:glaubitz:branches:devel:languages:python

- Update to 0.13.0
  * Add support for Python 3.10 new encoding of line number. This support is
    minimal in the sense that we still systematically assign a line number
    while the new format allow bytecode with absolutely no line number. PR #72
  * Fix handling of RERAISE (introduced in 3.9) when creating a ControlFlowGraph,
    previously it was not considered final. PR #72
  * Fix line table assembly in Python 3.10. PR #85

OBS-URL: https://build.opensuse.org/request/show/932236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bytecode?expand=0&rev=5
This commit is contained in:
2021-11-21 11:00:54 +00:00
committed by Git OBS Bridge
parent a3f8e4a7b6
commit 0c6cecc243
4 changed files with 15 additions and 4 deletions

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-bytecode
Version: 0.12.0
Version: 0.13.0
Release: 0
Summary: Python module to generate and modify bytecode
License: MIT