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

pfalcon / micropython / 1540
97%
master: 98%

Build:
Build:
LAST BUILD BRANCH: pfalcon
DEFAULT BRANCH: master
Ran 10 Jan 2019 06:55PM UTC
Jobs 1
Files 244
Run time 31s
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
1540

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%)

316702.98 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1540.4 (NAME="unix coverage build and tests") 10 Jan 2019 06:55PM UTC 0
97.74
Travis Job 1540.4
Source Files on build 1540
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1540
  • 8ca6dd0c on github
  • Prev Build on pfalcon (#1538)
  • Next Build on pfalcon (#1542)
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