8000 bpo-30697: fix PyErr_NormalizeException() when no memory by xdegaye · Pull Request #2327 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-30697: fix PyErr_NormalizeException() when no memory #2327

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

Merged
merged 10 commits into from
Oct 26, 2017
Prev Previous commit
Merge branch 'master' into bpo-30697
  • Loading branch information
xdegaye authored Oct 26, 2017
commit 312ec1532d145789a721e8217c92703f62914291
1 change: 0 additions & 1 deletion Lib/test/test_exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
check_warnings, cpython_only, gc_collect, run_unittest,
no_tracing, unlink, import_module, script_helper,
SuppressCrashReport)

class NaiveException(Exception):
def __init__(self, x):
self.x = x
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0