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

zopefoundation / zope.interface / 410
99%
master: 99%

Build:
Build:
LAST BUILD BRANCH: 8.1.1
DEFAULT BRANCH: master
Ran 23 Jan 2020 12:40PM UTC
Jobs 13
Files 41
Run time 7min
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
410

push

travis-ci

jamadden
Use tp_members in SpecificationBase and ClassProvidesBase.

Instead of storing 1 and 2 attributes, respectively, in __dict__. This lets us eliminate inst_attr and its use of an undocumented API.

It also helps reign in the size of these objects. Before, on CPython 8, a ClassProvides object that subclasses both SpecificationBase and ClassProvidesBase required 408 bytes: 48 for the object, 360 for the dict.

Now it requires 72 + 232 = 304.

With a bit of work on defining __slots__ in Python, that can be brought much lower still, I think.

zope.security tests pass with this installed.

1101 of 1117 branches covered (98.57%)

Branch coverage included in aggregate %.

8992 of 9076 relevant lines covered (99.07%)

12.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 410.1 23 Jan 2020 12:40PM UTC 0
98.28
Travis Job 410.1
2 410.2 23 Jan 2020 12:40PM UTC 0
96.86
Travis Job 410.2
3 410.3 23 Jan 2020 12:40PM UTC 0
96.86
Travis Job 410.3
4 410.4 23 Jan 2020 12:40PM UTC 0
96.86
Travis Job 410.4
5 410.5 23 Jan 2020 12:40PM UTC 0
96.88
Travis Job 410.5
6 410.6 23 Jan 2020 12:42PM UTC 0
98.22
Travis Job 410.6
7 410.7 23 Jan 2020 12:42PM UTC 0
96.43
Travis Job 410.7
9 410.9 (PURE_PYTHON=0) 23 Jan 2020 12:42PM UTC 0
98.28
Travis Job 410.9
10 410.10 (PURE_PYTHON=1) 23 Jan 2020 12:42PM UTC 0
96.83
Travis Job 410.10
13 410.13 (TERRYFY_PYTHON='macpython 2.7.17') 23 Jan 2020 12:44PM UTC 0
98.28
Travis Job 410.13
14 410.14 (TERRYFY_PYTHON='macpython 3.5') 23 Jan 2020 12:44PM UTC 0
96.86
Travis Job 410.14
15 410.15 (TERRYFY_PYTHON='macpython 3.6.2') 23 Jan 2020 12:47PM UTC 0
96.86
Travis Job 410.15
16 410.16 (TERRYFY_PYTHON='macpython 3.7.0') 23 Jan 2020 12:47PM UTC 0
96.86
Travis Job 410.16
Source Files on build 410
  • List 0
  • Changed 20
  • Source Changed 0
  • Coverage Changed 20
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Travis Build #410
  • ddf670af on github
  • Prev Build on c-opts-members (#407)
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

© 2025 Coveralls, Inc