-
-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Track down all implications of the __repr__
changes of Zope objects
#2547
Comments
Maybe we can add a But maybe this is different from the actual problem you described here. |
@icemac +1 for adding |
@icemac see also zopefoundation/persistent#95 Will need to find time to figure out the cPersistent side. Help welcome. Doctests are not the only issue there - also bad tooling, which consumes and reunsafes the ’bunches of bytes’ OIDs can be. |
@Rotonen I do not know enough C to be helpful to resolve zopefoundation/persistent#95. But I see your point and added the ticket to the Zope final issue list. |
zopefoundation/persistent#97 handles getting the type repr the same (and back to what it was) between C and Python; zopefoundation/persistent#98 handles formatting recognisable OIDs as hex ints. |
persistent 4.4.3 was released with those changes. |
So far we use |
There are recent changes in how Zope represents its objects. This breaks, at least, some of our doctests.
Entry vectors for understanding what this is about:
zopefoundation/zope.site#8
https://travis-ci.org/plone/plone.testing/builds/435575510
The text was updated successfully, but these errors were encountered: