This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.snow
Recipients eric.snow
Date 2021-09-13.20:34:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
(See: https://github.com/python/cpython/pull/28107#issuecomment-915627148)

The output from marshal (e.g. PyMarshal_WriteObjectToString(), marshal.dump()) may be different depending on if it is a debug or non-debug build.  I found this while working on freezing stdlib modules.
History
Date User Action Args
2021-09-13 20:34:10eric.snowsetrecipients: + eric.snow
2021-09-13 20:34:10eric.snowsetmessageid: <[email protected]>
2021-09-13 20:34:10eric.snowlinkissue45186 messages
2021-09-13 20:34:10eric.snowcreate