Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-113626: Add allow_code parameter in marshal functions #113648

Merged
merged 6 commits into from
Jan 16, 2024

Commits on Jan 2, 2024

  1. pythongh-113626: Add allow_code parameter in marshal functions

    Passing allow_code=False prevents serialization and de-serialization of
    code objects which is incompatible between Python versions.
    serhiy-storchaka committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    56f9616 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Update Doc/library/marshal.rst

    Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
    serhiy-storchaka and eendebakpt committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    e42b62d View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Apply suggestions from code review

    Co-authored-by: Victor Stinner <vstinner@python.org>
    serhiy-storchaka and vstinner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    7061e51 View commit details
    Browse the repository at this point in the history
  2. Update Python/marshal.c

    Co-authored-by: Victor Stinner <vstinner@python.org>
    serhiy-storchaka and vstinner committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    57334cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f5f14a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c6c2b6 View commit details
    Browse the repository at this point in the history