• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

pfalcon / micropython / 1544
97%
master: 98%

Build:
Build:
LAST BUILD BRANCH: pfalcon
DEFAULT BRANCH: master
Ran 17 Jan 2019 09:24PM UTC
Jobs 1
Files 244
Run time 48s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1544

push

travis-ci

pfalcon
py/compile: Optimize code generated for "except Exc as var:".

When such a clause is used (unlike just "except Exc:"), CPython wraps
exception handler body in try-finally block, and in the finally part,
executes "var = None; del var". The initial assignments appears to be
superfluous with the successive "del". It's there only to cover a case
when exeception handler would contain "del var" itself. Thus, compiler-
generated code would recreate the var and then delete again, to avoid
any spurious exception. Such a code would be rare, so avoid generating
assignment unless MICROPY_CPYTHON_COMPAT is defined.

Change-Id: I9a71821e3

18549 of 18978 relevant lines covered (97.74%)

316768.34 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1544.4 (NAME="unix coverage build and tests") 17 Jan 2019 09:24PM UTC 0
97.74
Travis Job 1544.4
Source Files on build 1544
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1544
  • 1becef56 on github
  • Prev Build on pfalcon (#1542)
  • Next Build on pfalcon (#1545)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc