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

Converting ImplicitAcquisitionWrapper to bytes #39

Closed icemac closed 5 years ago

icemac commented 5 years ago

Fixes #38.

icemac commented 5 years ago

This is strange:

icemac commented 5 years ago

After changing the .travis.yml the pure Python 3.7 build fails with TypeError: cannot convert 'ImplicitAcquisitionWrapper' object to bytes. Which should be easily fixable.

icemac commented 5 years ago

@jamadden and @stephan-hof Thank you for analysing my C code. After reading your analysis it is totally clear that I played too much monkey see, monkey do.

icemac commented 5 years ago

Thank you everyone for helping to fix this issue.