zopefoundation / Acquisition

Acquisition is a mechanism that allows objects to obtain attributes from the containment hierarchy they're in.
Other
12 stars 12 forks source link

C extension py3 #13

Closed hannosch closed 7 years ago

hannosch commented 7 years ago

WIP PR, it's just here for code comments and discussions.

hannosch commented 7 years ago

The travis-ci PR job is being silly. It stills tries to build under pypy3 rather than pypy3.3-5.2-alpha1. I've tried restarting the travis job but that doesn't help. I'd ignore that job, as the push job is testing the correct Python versions and they all pass.

icemac commented 7 years ago

I tested this branch against bin/alltests of Zope2 using Python2.7: there where no failures.

icemac commented 7 years ago

@hannosch Travis seems to need two runs to get changes in the list of Python versions. Let's see what happens with my current push.