8000 Fix crash if byte-compiled level 2 by JGoutin · Pull Request #6729 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Fix crash if byte-compiled level 2 #6729

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 3 commits into from
Jul 12, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Print byte-compilation level for debug
Help see if `.travis.yml` work as intended.
  • Loading branch information
JGoutin authored Jul 12, 2016
commit 5f395e0a3502dd2151d39966b7d410fdc7a1a1c8
2 changes: 2 additions & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,6 @@ def run(extra_args):
extra_args.extend(['-a', '!network'])
sys.argv.remove('--no-network')

print('Python byte-compilation optimization level: %d' % sys.flags.optimize)

run(extra_args)
0