20
0
dimstar_suse 7339c9531a Accepting request 1362236 from devel:languages:python
- update to 3.1.1:
  * Fix a segmentation fault after reporting an error for a
    string command not followed by a string variable name or
    string literal.
  * Variable localisation was failing to check the expression
    on the RHS of an integer test for uses of a variable, so could
    incorrectly localise an integer variable whose value should
    have persisted between calls to a function.
  * Inline some routines which are only used once.  This is
    done for routines consisting of a single non-compound command
  * Simplify `not` applied to an integer test by removing the
    `not` and flipping the sense of the test (e.g. `not $(x > y)`
    becomes `$(x <= y)`) which results in simpler generated code.
  * Fix segmentation fault if -syntax is used on a program with
    no code.
  * Fix segmentation fault on some assignment syntax errors.
  * Fix bug introduced in v3.0.0 with conversion of `among`
    starter.  If there were any commands after the among in the
    same command list then the among itself would get lost.

OBS-URL: https://build.opensuse.org/request/show/1362236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-snowballstemmer?expand=0&rev=14
2026-06-29 15:30:02 +00:00
2026-06-28 18:34:00 +00:00
2026-06-28 18:34:00 +00:00
2026-06-28 18:34:00 +00:00
S
Description
No description provided
682 KiB
Languages
RPM Spec 100%