This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Red Hat Issue Tracker .
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 2178327 - marshalparser in RHEL 9 does not understand Python 3.11 pycs
Summary: marshalparser in RHEL 9 does not understand Python 3.11 pycs
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: marshalparser
Version: CentOS Stream
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Python Maintainers
QA Contact: RHEL CS Apps Subsystem QE
URL:
Whiteboard:
Depends On:
Blocks: 2127923
TreeView+ depends on / blocked
 
Reported: 2023-03-14 21:23 UTC by Miro Hrončok
Modified: 2023-04-04 08:55 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-03-15 16:49:09 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker   RHEL-309 0 None None None 2023-03-15 16:49:08 UTC
Red Hat Issue Tracker RHELPLAN-151839 0 None None None 2023-03-14 21:23:53 UTC

Description Miro Hrončok 2023-03-14 21:23:09 UTC
Description of problem:
marshalparser in RHEL 9 does not understand Python 3.11 pycs.


Traceback (most recent call last):
  File "/builddir/build/BUILD/marshalparser-0.3.0/marshal_content_check.py", line 18, in <module>
    original = marshal.load(fh)
               ^^^^^^^^^^^^^^^^
ValueError: bad marshal data (unknown type code)


Version-Release number of selected component (if applicable): 0.3.0-5

Reproducer:
Run marhsalparser tests for Python 3.11 as in https://gitlab.com/redhat/centos-stream/rpms/marshalparser/-/merge_requests/7

Additional info:
I believe https://github.com/fedora-python/marshalparser/commit/ccfd88fce1b3a91da92113eb7fe10ae6182cd150 might fix this, but I'd rather rebase.

Comment 1 Lumír Balhar 2023-03-15 16:36:03 UTC
Miro, would you mind opening this bug report in Jira so I can use it as another testing one for RIJ?


Note You need to log in before you can comment on or make changes to this bug.