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

pfalcon / micropython / 1540 / 4
97%
master: 98%

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

10 Jan 2019 06:44PM UTC coverage: 97.739%. Remained the same
NAME="unix coverage build and tests"

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

Source Files on job 1540.4 (NAME="unix coverage build and tests")
  • Tree
  • List 0
  • Changed 35
  • Source Changed 1
  • Coverage Changed 34
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1501
  • Travis Job 1540.4
  • 8ca6dd0c on github
  • Prev Job for NAME="unix coverage build and tests" on pfalcon (#1538.4)
  • Next Job for NAME="unix coverage build and tests" on pfalcon (#1542.4)
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