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’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for runpy returning non-integer results. #57

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

freakboy3742
Copy link
Member

Fixes #56

Implements the same fix as beeware/briefcase-macOS-Xcode-template#65.

PR Checklist:

  • All new features have been tested
  • All new features have been documented
  • I have read the CONTRIBUTING.md file
  • I will abide by the code of conduct

@freakboy3742 freakboy3742 requested a review from mhsmith January 21, 2025 12:01
Comment on lines 248 to 249
// Display exit message in the crash dialog.
PyObject_Print(systemExit_code, stdout, Py_PRINT_RAW);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect comment: there is no crash dialog.

@freakboy3742 freakboy3742 requested a review from mhsmith January 22, 2025 03:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stub app not resilient to missing main module
2 participants