Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add tests for the PyEval_Run family of the C API #117968

@erlend-aasland

Description

@erlend-aasland

Functional tests for the PyEval_Run family of the C API lack tests. Discovered in the discussions of PR #116637.

  • PyRun_AnyFile (may be a macro)
  • PyRun_AnyFileEx (may be a macro)
  • PyRun_AnyFileExFlags
  • PyRun_AnyFileFlags (may be a macro)
  • PyRun_File (may be a macro)
  • PyRun_FileEx (may be a macro)
  • PyRun_FileFlags (may be a macro)
  • PyRun_InteractiveLoop (may be a macro)
  • PyRun_InteractiveLoopFlags
  • PyRun_InteractiveOne (may be a macro)
  • PyRun_InteractiveOneFlags
  • PyRun_InteractiveOneObject
  • PyRun_SimpleFile (may be a macro)
  • PyRun_SimpleFileEx (may be a macro)
  • PyRun_SimpleFileExFlags
  • PyRun_SimpleString (may be a macro)
  • PyRun_SimpleStringFlags
  • PyRun_String (may be a macro)

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions