Bugzilla – Bug 1213463
python310 unreproducible pyc part2
Last modified: 2024-06-13 15:45:34 UTC
After bug 1211765 was fixed, there were still issues with 1-byte-changes in python310's .pyc files. Please cherry-pick this fixing commit from 3.11 into 3.10: commit 6dcfd6c5e3cb46543e82dc3f7234546adf4bb04a Author: Inada Naoki <songofacandy@gmail.com> Date: Wed May 4 10:01:15 2022 +0900 gh-78214: marshal: Stabilize FLAG_REF usage (GH-8226) Use FLAG_REF always for interned strings. Refcounts of interned string is very unstable. When compiling same source, refcounts of interned string in the output may be 1 or >1. It makes FLAG_REF usage unstable. To help reproducible build, use FLAG_REF for interned string even if refcnt(obj)==1.
This is an autogenerated message for OBS integration: This bug (1213463) was mentioned in https://build.opensuse.org/request/show/1099501 Factory / python310
This is an autogenerated message for OBS integration: This bug (1213463) was mentioned in https://build.opensuse.org/request/show/1100886 Factory / python39
SUSE-SU-2023:3708-1: An update that solves one vulnerability and has two security fixes can now be installed. Category: security (important) Bug References: 1211765, 1213463, 1214692 CVE References: CVE-2023-40217 Sources used: openSUSE Leap 15.4 (src): python39-documentation-3.9.18-150300.4.33.1, python39-3.9.18-150300.4.33.1, python39-core-3.9.18-150300.4.33.1 openSUSE Leap 15.5 (src): python39-documentation-3.9.18-150300.4.33.1, python39-3.9.18-150300.4.33.1, python39-core-3.9.18-150300.4.33.1 SUSE Linux Enterprise High Performance Computing ESPOS 15 SP3 (src): python39-3.9.18-150300.4.33.1, python39-core-3.9.18-150300.4.33.1 SUSE Linux Enterprise High Performance Computing LTSS 15 SP3 (src): python39-3.9.18-150300.4.33.1, python39-core-3.9.18-150300.4.33.1 SUSE Linux Enterprise Server 15 SP3 LTSS 15-SP3 (src): python39-3.9.18-150300.4.33.1, python39-core-3.9.18-150300.4.33.1 SUSE Linux Enterprise Server for SAP Applications 15 SP3 (src): python39-3.9.18-150300.4.33.1, python39-core-3.9.18-150300.4.33.1 SUSE Manager Proxy 4.2 (src): python39-3.9.18-150300.4.33.1, python39-core-3.9.18-150300.4.33.1 SUSE Manager Retail Branch Server 4.2 (src): python39-3.9.18-150300.4.33.1, python39-core-3.9.18-150300.4.33.1 SUSE Manager Server 4.2 (src): python39-3.9.18-150300.4.33.1, python39-core-3.9.18-150300.4.33.1 SUSE Enterprise Storage 7.1 (src): python39-3.9.18-150300.4.33.1, python39-core-3.9.18-150300.4.33.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination.
SUSE-SU-2023:3824-1: An update that solves one vulnerability and has one security fix can now be installed. Category: security (important) Bug References: 1213463, 1214692 CVE References: CVE-2023-40217 Sources used: openSUSE Leap 15.4 (src): python310-core-3.10.13-150400.4.33.1, python310-3.10.13-150400.4.33.1, python310-documentation-3.10.13-150400.4.33.1 openSUSE Leap 15.5 (src): python310-core-3.10.13-150400.4.33.1, python310-3.10.13-150400.4.33.1, python310-documentation-3.10.13-150400.4.33.1 Python 3 Module 15-SP4 (src): python310-core-3.10.13-150400.4.33.1, python310-3.10.13-150400.4.33.1 NOTE: This line indicates an update has been released for the listed product(s). At times this might be only a partial fix. If you have questions please reach out to maintenance coordination.
Done long ago.